customized-fabric 1.4.9 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -187,7 +187,7 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
|
|
187
187
|
}
|
188
188
|
},
|
189
189
|
removeMask: async function () {
|
190
|
-
this.set({ clipPath: undefined, maskUrl:
|
190
|
+
this.set({ clipPath: undefined, maskUrl: undefined });
|
191
191
|
this.remove(this.maskObject);
|
192
192
|
this.maskObject = undefined;
|
193
193
|
this.canvas?.renderAll();
|