@hailin-zheng/editor-core 2.0.41 → 2.0.42
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
@@ -28328,7 +28328,7 @@ class DocEditor {
|
|
28328
28328
|
rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
|
28329
28329
|
}
|
28330
28330
|
version() {
|
28331
|
-
return "2.0.
|
28331
|
+
return "2.0.42";
|
28332
28332
|
}
|
28333
28333
|
}
|
28334
28334
|
|