@leafer/miniapp 1.9.11 → 1.9.12

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.
@@ -6819,7 +6819,7 @@ class LeafLevelList {
6819
6819
  }
6820
6820
  }
6821
6821
 
6822
- const version = "1.9.11";
6822
+ const version = "1.9.12";
6823
6823
 
6824
6824
  class LeaferCanvas extends LeaferCanvasBase {
6825
6825
  get allowBackgroundColor() {
@@ -15096,7 +15096,7 @@ let Editor = class Editor extends Group {
15096
15096
  const event = new EditorGroupEvent(type, {
15097
15097
  editTarget: group
15098
15098
  });
15099
- if (!group || !group.syncEventer) this.emitEvent(event);
15099
+ this.emitEvent(event);
15100
15100
  if (group) group.emitEvent(event);
15101
15101
  }
15102
15102
  openInnerEditor(target, nameOrSelect, select) {
@@ -15141,7 +15141,7 @@ let Editor = class Editor extends Group {
15141
15141
  editTarget: editTarget,
15142
15142
  innerEditor: innerEditor
15143
15143
  });
15144
- if (!editTarget.syncEventer) this.emitEvent(event);
15144
+ this.emitEvent(event);
15145
15145
  editTarget.emitEvent(event);
15146
15146
  }
15147
15147
  lock() {