Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Support canceling drag operations via right-click #129

Closed Andrei486 closed 5 months ago

Andrei486 commented 5 months ago

Resolves #89. Affected drag operations are:

Expected behavior: Any of the above operations can only be initiated by left-click dragging. If the user presses right-click while still holding down left-click to drag, the operation will be instantly cancelled. No commands should be run if this happens.

Minimally tested locally. Needs UI tests, but if someone could test this more manually that would be appreciated.