@leafer-ui/worker 1.6.6 → 1.6.7

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/dist/worker.js CHANGED
@@ -6236,7 +6236,7 @@ var LeaferUI = (function (exports) {
6236
6236
  }
6237
6237
  }
6238
6238
 
6239
- const version = "1.6.6";
6239
+ const version = "1.6.7";
6240
6240
 
6241
6241
  class LeaferCanvas extends LeaferCanvasBase {
6242
6242
  get allowBackgroundColor() { return true; }
@@ -8929,7 +8929,7 @@ var LeaferUI = (function (exports) {
8929
8929
  const box = this.__box;
8930
8930
  if (box)
8931
8931
  box.__nowWorld = this.__nowWorld, box.__draw(canvas, options, originCanvas);
8932
- if (this.textEditing && !Export.running)
8932
+ if (this.textEditing && !options.exporting)
8933
8933
  return;
8934
8934
  super.__draw(canvas, options, originCanvas);
8935
8935
  }