Skip to content
Snippets Groups Projects
Unverified Commit bad0fd4b authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove obsolete variable declaration (#5)

parent 8e573b07
Branches
No related tags found
No related merge requests found
Pipeline #11192 passed
......@@ -103,7 +103,7 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) {
fabric.Image.fromURL(commonUtils.getAssetURL('local/vpu-signature/signature-placeholder.png'), function(image) {
that.sigImageOriginalWidth = image.width;
// we will resize the image when the initial pdf page is loaded
that.signatureRect = that.fabricCanvas.add(image);
that.fabricCanvas.add(image);
});
// this.fabricCanvas.on("object:moved", function(opt){ console.log(opt); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment