@ai-table/grid 0.1.40 → 0.1.41-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.
@@ -13069,8 +13069,8 @@ class AITableGrid extends AITableGridBase {
13069
13069
  if (!hasSelectedCells) {
13070
13070
  return;
13071
13071
  }
13072
- const hasEditingCell = !!this.aiTableGridEventService.getCurrentEditCell();
13073
- if (hasEditingCell) {
13072
+ const editingCell = this.aiTable.editingCell();
13073
+ if (editingCell && editingCell.path) {
13074
13074
  return;
13075
13075
  }
13076
13076
  // 检查事件目标是否是输入框或文本区域