Files
KArtSell.Aegis/frontend/src
kjh2064 844f1eae4a
deploy / deploy (push) Failing after 46s
deploy / notify (push) Successful in 0s
fix(fe): KsDataGrid - prevent duplicate edit mode on cell focus
Improved onCellFocused to check if already editing same cell before starting edit mode.

Problem: Enter key moves to next cell + startEditingCell(), then onCellFocused fires
and tries to startEditingCell() again on same cell, causing timing issues.

Solution: Check getEditingCell() to see if we're already editing the focused cell
- If same cell: skip (already editing)
- If different cell: enter edit mode

Result: Enter key → next cell → auto edit mode (no duplication)
Tab/Click/Arrow → auto edit mode (only once)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-16 20:47:07 +09:00
..
2026-08-02 05:15:36 +09:00