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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",