@hailin-zheng/editor-core 2.0.44 → 2.0.46

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
@@ -14835,6 +14835,7 @@ class DocumentArrange {
14835
14835
  if (!cellRender) {
14836
14836
  cellRender = this.createRenderObject(cellRenders[i].element);
14837
14837
  cellRender.rect = ElementUtil.cloneRect(cellRenders[i].rect);
14838
+ cellRender.rect.height = 0;
14838
14839
  ElementUtil.remeasure(cellRender);
14839
14840
  }
14840
14841
  cloneRowRender.addChild(cellRender);
@@ -28331,7 +28332,7 @@ class DocEditor {
28331
28332
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28332
28333
  }
28333
28334
  version() {
28334
- return "2.0.44";
28335
+ return "2.0.46";
28335
28336
  }
28336
28337
  }
28337
28338