@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-cjs.js CHANGED
@@ -14865,6 +14865,7 @@ class DocumentArrange {
14865
14865
  if (!cellRender) {
14866
14866
  cellRender = this.createRenderObject(cellRenders[i].element);
14867
14867
  cellRender.rect = ElementUtil.cloneRect(cellRenders[i].rect);
14868
+ cellRender.rect.height = 0;
14868
14869
  ElementUtil.remeasure(cellRender);
14869
14870
  }
14870
14871
  cloneRowRender.addChild(cellRender);
@@ -28361,7 +28362,7 @@ class DocEditor {
28361
28362
  rule.setRuleOptions({ width: this.viewOptions.docPageSettings.width, pagePL, pagePR, docLeft });
28362
28363
  }
28363
28364
  version() {
28364
- return "2.0.44";
28365
+ return "2.0.46";
28365
28366
  }
28366
28367
  }
28367
28368