@visactor/vtable 1.5.4-beta.0 → 1.5.4-beta.1

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/cjs/ListTable.js CHANGED
@@ -477,7 +477,8 @@ class ListTable extends core_1.BaseTable {
477
477
  this.internalProps.emptyTip = new EmptyTip(this.options.emptyTip, this), this.internalProps.emptyTip.resetVisible();
478
478
  }
479
479
  this.render(), (0, vutils_1.isValid)(oldHoverState.col) && (0, vutils_1.isValid)(oldHoverState.row) && oldHoverState.col >= 0 && oldHoverState.row >= 0 && setTimeout((() => {
480
- this.internalProps.tooltipHandler.showTooltip(oldHoverState.col, oldHoverState.row);
480
+ var _a;
481
+ null === (_a = this.internalProps) || void 0 === _a || _a.tooltipHandler.showTooltip(oldHoverState.col, oldHoverState.row);
481
482
  }), 0);
482
483
  }
483
484
  setRecordChildren(records, col, row) {