jerosoler / Drawflow

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

How to disable movement of a Node [QUESTION] #842

Open datfunnydev opened 3 months ago

datfunnydev commented 3 months ago

How to disable movement of a Node. Thank you

jerosoler commented 3 months ago

You can use a css class with:

pointer-events:none;

Currently we cannot tell if a node is draggable or not.