@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.js CHANGED
@@ -20908,6 +20908,7 @@ class EditorCalendarVNode {
20908
20908
  on: {
20909
20909
  click: () => {
20910
20910
  this.onSetValue.next(undefined);
20911
+ this.clear();
20911
20912
  }
20912
20913
  }
20913
20914
  },
@@ -23517,7 +23518,7 @@ class DocEditor {
23517
23518
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
23518
23519
  }
23519
23520
  version() {
23520
- return "2.2.39";
23521
+ return "2.2.40";
23521
23522
  }
23522
23523
  switchPageHeaderEditor() {
23523
23524
  this.docCtx.document.switchPageHeaderEditor(this.selectionState, null);