Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Sep 15, 2023
1 parent da5092d commit 7f4cb28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/toast-ui.grid/src/dispatch/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export function editFocus(store: Store, command: KeyboardEventCommandType) {
command === 'up' ||
command === 'down'
) {
// move prevCell or nextCell by tab keyMap
moveTabAndEnterFocus(store, command);
}
}
Expand Down

0 comments on commit 7f4cb28

Please sign in to comment.