jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.64k stars 721 forks source link

'Mouse move' in an input or a textarea element that inside a node triggers the node to move #227

Closed smartsl closed 3 years ago

smartsl commented 3 years ago

'Mouse move' in an input or a textarea element that inside a node triggers the node itself to move.

So there is no way to select a range of text. That should be the expected reaction.

jerosoler commented 3 years ago

Hi @smartsl

Try:

editor.draggable_inputs = false;

View options: https://github.com/jerosoler/Drawflow#editor-options

smartsl commented 3 years ago

Thanks very much. Didn't notice that option earlier. :P