@ai-table/grid 0.1.39 → 0.1.40-0

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.
@@ -13009,8 +13009,8 @@ class AITableGrid extends AITableGridBase {
13009
13009
  if (!hasSelectedCells) {
13010
13010
  return;
13011
13011
  }
13012
- const hasEditingCell = !!this.aiTableGridEventService.getCurrentEditCell();
13013
- if (hasEditingCell) {
13012
+ const editingCell = this.aiTable.editingCell();
13013
+ if (editingCell && editingCell.path) {
13014
13014
  return;
13015
13015
  }
13016
13016
  // 检查事件目标是否是输入框或文本区域