b5f3f987b7
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.