@meta2d/core 1.0.75 → 1.0.76

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meta2d/core",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -7409,6 +7409,7 @@ export class Canvas {
7409
7409
  this.externalElements.style.zIndex = '5';
7410
7410
  this.magnifierCanvas.magnifier = false;
7411
7411
  this.externalElements.style.cursor = 'default';
7412
+ this.magnifierCanvas.render();
7412
7413
  this.render();
7413
7414
  }
7414
7415
  inFitBorder = (pt) => {