@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 +2 -2
- package/index-cjs.js.map +1 -1
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -20304,7 +20304,7 @@ function createPrintTemplate({ width, height, orient }) {
|
|
20304
20304
|
box-sizing: border-box;
|
20305
20305
|
-moz-box-sizing: border-box;
|
20306
20306
|
}
|
20307
|
-
*{
|
20307
|
+
svg *{
|
20308
20308
|
white-space: pre;
|
20309
20309
|
}
|
20310
20310
|
@page {
|
@@ -28724,7 +28724,7 @@ class DocEditor {
|
|
28724
28724
|
rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
|
28725
28725
|
}
|
28726
28726
|
version() {
|
28727
|
-
return "2.1.
|
28727
|
+
return "2.1.11";
|
28728
28728
|
}
|
28729
28729
|
switchPageHeaderEditor() {
|
28730
28730
|
this.docCtx.document.switchPageHeaderEditor(this.selectionState, null);
|