@hailin-zheng/editor-core 2.1.10 → 2.1.11

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
@@ -20333,7 +20333,7 @@ function createPrintTemplate({ width, height, orient }) {
20333
20333
  box-sizing: border-box;
20334
20334
  -moz-box-sizing: border-box;
20335
20335
  }
20336
- *{
20336
+ svg *{
20337
20337
  white-space: pre;
20338
20338
  }
20339
20339
  @page {
@@ -28753,7 +28753,7 @@ class DocEditor {
28753
28753
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28754
28754
  }
28755
28755
  version() {
28756
- return "2.1.10";
28756
+ return "2.1.11";
28757
28757
  }
28758
28758
  switchPageHeaderEditor() {
28759
28759
  this.docCtx.document.switchPageHeaderEditor(this.selectionState, null);