fix: Ctrl+click empty space starts sweep select with yellow cursor
Line 1163 called onSweepSelectStart which set up sweep state (yellow selection rectangle). Mousemove then selected all items in the sweep range. Changed to onClearSelection = () => setSelectedItemIds(new Set()) which only clears selection without starting sweep.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user