You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(data-grid): improve editing focus handling in ShortTextCell and UrlCell (#1112)
- Introduced a ref to track previous editing state to ensure focus is only applied when entering edit mode.
- Updated React useEffect logic to prevent unnecessary focus calls when already in editing mode.
0 commit comments