@leafer-editor/worker 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() {
@@ -14825,7 +14825,7 @@ let Editor = class Editor extends Group {
14825
14825
  const event = new EditorGroupEvent(type, {
14826
14826
  editTarget: group
14827
14827
  });
14828
- if (!group || !group.syncEventer) this.emitEvent(event);
14828
+ this.emitEvent(event);
14829
14829
  if (group) group.emitEvent(event);
14830
14830
  }
14831
14831
  openInnerEditor(target, nameOrSelect, select) {
@@ -14870,7 +14870,7 @@ let Editor = class Editor extends Group {
14870
14870
  editTarget: editTarget,
14871
14871
  innerEditor: innerEditor
14872
14872
  });
14873
- if (!editTarget.syncEventer) this.emitEvent(event);
14873
+ this.emitEvent(event);
14874
14874
  editTarget.emitEvent(event);
14875
14875
  }
14876
14876
  lock() {