eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
37 stars 8 forks source link

Prevent creation of node when dragging #167

Closed planger closed 5 years ago

planger commented 5 years ago

Activate a node creation tool and then, instead of just clicking, left-click and drag without letting go. Once you let go of the left mouse button, the element is created at the position where we started to drag.

This is unexpected and inconvenient because users can't activate a tool and then navigate to the place in the diagram where they want to add elements.