@hailin-zheng/editor-core 2.0.47 → 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
@@ -14712,7 +14712,6 @@ class DocumentArrange {
14712
14712
  break;
14713
14713
  }
14714
14714
  else {
14715
- ElementUtil.remeasure(blockLine);
14716
14715
  break;
14717
14716
  }
14718
14717
  }
@@ -14847,6 +14846,7 @@ class DocumentArrange {
14847
14846
  }
14848
14847
  else {
14849
14848
  cutCellRenders.push(null);
14849
+ ElementUtil.remeasure(cellRender);
14850
14850
  }
14851
14851
  }
14852
14852
  else {
@@ -28363,7 +28363,7 @@ class DocEditor {
28363
28363
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28364
28364
  }
28365
28365
  version() {
28366
- return "2.0.47";
28366
+ return "2.0.48";
28367
28367
  }
28368
28368
  }
28369
28369