leafer-ui 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/web.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
  const debug$5 = Debug.get('LeaferCanvas');
6242
6242
  class LeaferCanvas extends LeaferCanvasBase {
@@ -9110,7 +9110,7 @@ var LeaferUI = (function (exports) {
9110
9110
  const box = this.__box;
9111
9111
  if (box)
9112
9112
  box.__nowWorld = this.__nowWorld, box.__draw(canvas, options, originCanvas);
9113
- if (this.textEditing && !Export.running)
9113
+ if (this.textEditing && !options.exporting)
9114
9114
  return;
9115
9115
  super.__draw(canvas, options, originCanvas);
9116
9116
  }