Multi-select: Ctrl+click on multiple rows to select them
Normal click on selected: Click on one of the already selected rows WITHOUT holding any modifier keys
Expected: Only the clicked row should remain selected (single selection)
Actual (broken): All previously selected rows remain selected
Console Log Monitor
This will capture the console logs from the shot selection debugging:
Console logs will appear here...
What to look for in the logs:
Shot selection - before: - Shows the selection state before the click
Shot selection - clicking row: - Shows which row was clicked and what modifiers were pressed
Shot selection - normal click, setting single selection - Should appear for normal clicks
Shot selection - after: - Shows the selection state after the click
Issue: If you see the "normal click" message but the "after" state still has multiple selections, then there's a conflict with TanStack Table's built-in selection.