@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.js CHANGED
@@ -14682,7 +14682,6 @@ class DocumentArrange {
14682
14682
  break;
14683
14683
  }
14684
14684
  else {
14685
- ElementUtil.remeasure(blockLine);
14686
14685
  break;
14687
14686
  }
14688
14687
  }
@@ -14817,6 +14816,7 @@ class DocumentArrange {
14817
14816
  }
14818
14817
  else {
14819
14818
  cutCellRenders.push(null);
14819
+ ElementUtil.remeasure(cellRender);
14820
14820
  }
14821
14821
  }
14822
14822
  else {
@@ -28333,7 +28333,7 @@ class DocEditor {
28333
28333
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28334
28334
  }
28335
28335
  version() {
28336
- return "2.0.47";
28336
+ return "2.0.48";
28337
28337
  }
28338
28338
  }
28339
28339