customized-fabric 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -294,7 +294,7 @@ const ImagePlaceholderClass = fabric_1.fabric.util.createClass(fabric_1.fabric.G
294
294
  const imageFilters = this.imageFilters ?? [];
295
295
  image.filters = imageFilters;
296
296
  image.applyFilters();
297
- this.canvas.renderAll();
297
+ this.canvas?.renderAll();
298
298
  }
299
299
  },
300
300
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",