@hailin-zheng/editor-core 2.0.44 → 2.0.45
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 +1 -1
- package/index-cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -28331,7 +28331,7 @@ class DocEditor {
|
|
28331
28331
|
rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
|
28332
28332
|
}
|
28333
28333
|
version() {
|
28334
|
-
return "2.0.
|
28334
|
+
return "2.0.45";
|
28335
28335
|
}
|
28336
28336
|
}
|
28337
28337
|
|