@visactor/vtable 1.5.4-alpha.1 → 1.5.4-alpha.2

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.
@@ -154,7 +154,8 @@ class Scenegraph {
154
154
  this.component.updateStyle();
155
155
  }
156
156
  createSceneGraph(skipRowHeightClear = !1) {
157
- skipRowHeightClear || this.table.rowHeightsMap.clear(), (this.table.isPivotChart() || this.table._hasCustomRenderOrLayout()) && this.stage.pluginService.autoEnablePlugins.getContributions().forEach((p => {
157
+ skipRowHeightClear || (this.table.rowHeightsMap.clear(), this.table.internalProps.layoutMap.clearCellRangeMap()),
158
+ (this.table.isPivotChart() || this.table._hasCustomRenderOrLayout()) && this.stage.pluginService.autoEnablePlugins.getContributions().forEach((p => {
158
159
  "poptipForText" === p.name && this.stage.pluginService.register(p);
159
160
  })), this.clear = !1, this.frozenColCount = this.table.frozenColCount, this.frozenRowCount = this.table.frozenRowCount,
160
161
  this.proxy = new proxy_1.SceneProxy(this.table), (0, frame_border_1.createFrameBorder)(this.tableGroup, this.table.theme.frameStyle, this.tableGroup.role, void 0, !0),
@@ -277,7 +278,7 @@ class Scenegraph {
277
278
  (0, delete_select_border_1.deleteLastSelectedRangeComponents)(this);
278
279
  }
279
280
  deleteAllSelectBorder() {
280
- (0, delete_select_border_1.deleteAllSelectBorder)(this);
281
+ (0, delete_select_border_1.deleteAllSelectBorder)(this), (0, delete_select_border_1.deleteAllSelectingBorder)(this);
281
282
  }
282
283
  updateCellSelectBorder(selectRange, extendSelectRange = !0) {
283
284
  (0, update_select_border_1.updateCellSelectBorder)(this, selectRange, extendSelectRange);