You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The selection box has an issue when it is activated (Shift key pressed) while the mouse button is already down.
To reproduce:
Hold Shift, then click, drag, and release to select some points. Then release Shift.
Begin rotating the camera (click + drag)
Without lifting the mouse button, hold shift
The camera will stop rotating, but no selection box is shown
Two issues may appear here:
a. If you release Shift first the camera jumps on the next mouse move
b. If you release the mouse button first, some unexpected points may be selected
We should think through the desired behavior for these edge cases prior to fixing.
The text was updated successfully, but these errors were encountered:
The selection box has an issue when it is activated (Shift key pressed) while the mouse button is already down.
To reproduce:
a. If you release Shift first the camera jumps on the next mouse move
b. If you release the mouse button first, some unexpected points may be selected
We should think through the desired behavior for these edge cases prior to fixing.
The text was updated successfully, but these errors were encountered: