@hailin-zheng/editor-core 2.2.39 → 2.2.40

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/index-cjs.js CHANGED
@@ -20937,6 +20937,7 @@ class EditorCalendarVNode {
20937
20937
  on: {
20938
20938
  click: () => {
20939
20939
  this.onSetValue.next(undefined);
20940
+ this.clear();
20940
20941
  }
20941
20942
  }
20942
20943
  },
@@ -23546,7 +23547,7 @@ class DocEditor {
23546
23547
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
23547
23548
  }
23548
23549
  version() {
23549
- return "2.2.39";
23550
+ return "2.2.40";
23550
23551
  }
23551
23552
  switchPageHeaderEditor() {
23552
23553
  this.docCtx.document.switchPageHeaderEditor(this.selectionState, null);