jerosoler / Drawflow

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

Node keep clicked and moving when moving mouse. #876

Open mushzak opened 3 weeks ago

mushzak commented 3 weeks ago
image

I'm using this code to remove the border and so on, but still when I move mouse node is moving.

image

how I can unclick node

jerosoler commented 3 weeks ago

Try with this.editor.drag = false;