rcarcasses / vue-cytoscape

cytoscape.js now inside vue.js
https://rcarcasses.github.io/vue-cytoscape
MIT License
96 stars 34 forks source link

Drag and drop extension #27

Open kondziu989 opened 5 years ago

kondziu989 commented 5 years ago

I tried using compound-drag-and-drop extension with vue-cytoscape and unfortunately there is some kind of bug when trying to drag and drop a node.

Whenever drag is performed as soon as you reach a place it can be dropped it does it immediately and you need to re-drag the node to continue. Something is breaking the whole dragging event.

I hope you could look into it.