@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.js CHANGED
@@ -14682,6 +14682,7 @@ class DocumentArrange {
14682
14682
  break;
14683
14683
  }
14684
14684
  else {
14685
+ ElementUtil.remeasure(blockLine);
14685
14686
  break;
14686
14687
  }
14687
14688
  }
@@ -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.46";
28336
+ return "2.0.47";
28336
28337
  }
28337
28338
  }
28338
28339