@hailin-zheng/editor-core 2.0.46 → 2.0.48
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 -1
- package/index-cjs.js.map +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -14816,6 +14816,7 @@ class DocumentArrange {
|
|
14816
14816
|
}
|
14817
14817
|
else {
|
14818
14818
|
cutCellRenders.push(null);
|
14819
|
+
ElementUtil.remeasure(cellRender);
|
14819
14820
|
}
|
14820
14821
|
}
|
14821
14822
|
else {
|
@@ -28332,7 +28333,7 @@ class DocEditor {
|
|
28332
28333
|
rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
|
28333
28334
|
}
|
28334
28335
|
version() {
|
28335
|
-
return "2.0.
|
28336
|
+
return "2.0.48";
|
28336
28337
|
}
|
28337
28338
|
}
|
28338
28339
|
|