Commit 3e51e1c
fix(tables): Shift+Space preserves anchor for continued keyboard use
Previously Shift+Space cleared selectionAnchor, making all subsequent
keyboard shortcuts (arrows, enter, tab) inoperable until a cell was
clicked. Now it preserves the anchor and only clears focus, so users
can arrow-navigate and Shift+Space to toggle multiple rows in sequence.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 29c765c commit 3e51e1c
File tree
1 file changed
+18
-17
lines changed- apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table
1 file changed
+18
-17
lines changedLines changed: 18 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
721 | 739 | | |
722 | 740 | | |
723 | 741 | | |
| |||
773 | 791 | | |
774 | 792 | | |
775 | 793 | | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | | - | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | 794 | | |
794 | 795 | | |
795 | 796 | | |
| |||
0 commit comments