jerosoler / Drawflow

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

Node Drag by Icon or Similar #502

Closed jf19742016 closed 2 years ago

jf19742016 commented 2 years ago

Hello,

I am creating flow items with title and detail as per the image. I want the user to be able to edit them by clicking on them. This is clashing when clicking the node, as the node then becomes draggable or the text is selected and treated as a new node. Is it possible to add say a small box or icon in the bottom right hand corner that can be used to drag the node around instead and not make the whole node selectable?

image

Thanks

jerosoler commented 2 years ago

You could reverse the solution of this comment. Or adapt-it with some kind of css class.

jf19742016 commented 2 years ago

Thank you as ever, I can do something with that.