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 +2 -2
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/dist/web.module.js +2 -2
- package/dist/web.module.min.js +1 -1
- package/dist/web.module.min.js.map +1 -1
- package/package.json +11 -11
package/dist/web.module.js
CHANGED
|
@@ -6233,7 +6233,7 @@ class LeafLevelList {
|
|
|
6233
6233
|
}
|
|
6234
6234
|
}
|
|
6235
6235
|
|
|
6236
|
-
const version = "1.6.
|
|
6236
|
+
const version = "1.6.7";
|
|
6237
6237
|
|
|
6238
6238
|
const debug$5 = Debug.get('LeaferCanvas');
|
|
6239
6239
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
@@ -9107,7 +9107,7 @@ let Text = class Text extends UI {
|
|
|
9107
9107
|
const box = this.__box;
|
|
9108
9108
|
if (box)
|
|
9109
9109
|
box.__nowWorld = this.__nowWorld, box.__draw(canvas, options, originCanvas);
|
|
9110
|
-
if (this.textEditing && !
|
|
9110
|
+
if (this.textEditing && !options.exporting)
|
|
9111
9111
|
return;
|
|
9112
9112
|
super.__draw(canvas, options, originCanvas);
|
|
9113
9113
|
}
|