@hailin-zheng/editor-core 2.0.46 → 2.0.47

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,6 +14712,7 @@ class DocumentArrange {
14712
14712
  break;
14713
14713
  }
14714
14714
  else {
14715
+ ElementUtil.remeasure(blockLine);
14715
14716
  break;
14716
14717
  }
14717
14718
  }
@@ -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.47";
28366
28367
  }
28367
28368
  }
28368
28369