@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 CHANGED
@@ -14846,6 +14846,7 @@ class DocumentArrange {
14846
14846
  }
14847
14847
  else {
14848
14848
  cutCellRenders.push(null);
14849
+ ElementUtil.remeasure(cellRender);
14849
14850
  }
14850
14851
  }
14851
14852
  else {
@@ -28362,7 +28363,7 @@ class DocEditor {
28362
28363
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28363
28364
  }
28364
28365
  version() {
28365
- return "2.0.46";
28366
+ return "2.0.48";
28366
28367
  }
28367
28368
  }
28368
28369