Skip to content

Commit

Permalink
fix(editor): closeCellEditor invoking will prevent blur event in cell…
Browse files Browse the repository at this point in the history
… editor component #WIK-17119 (#238)
  • Loading branch information
pubuzhixing8 authored Feb 6, 2025
1 parent 7d2f8df commit 5a50043
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"date-fns": "^3.6.0",
"grapheme-splitter": "^1.0.4",
"immer": "^10.0.3",
"ngx-tethys": "^18.2.1",
"ngx-tethys": "^18.2.3",
"konva": "^9.3.14",
"lodash": "^4.17.21",
"lru-cache": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/grid/src/grid.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ export class AITableGrid extends AITableGridBase implements OnInit, OnDestroy {
return;
case AI_TABLE_CELL:
if (!recordId || !fieldId) return;
this.aiTableGridEventService.closeCellEditor();
const dragSelectionStart: AIRecordFieldIdPath = [recordId, fieldId];
this.updateDragSelectionState(true, dragSelectionStart);
this.aiTableGridSelectionService.selectCells(dragSelectionStart);
Expand Down

0 comments on commit 5a50043

Please sign in to comment.