react-vis-network icon indicating copy to clipboard operation
react-vis-network copied to clipboard

using any other drag event on the dom triggers updates

Open conor909 opened this issue 5 years ago • 0 comments

I'm using another drag n drop lib: react-drag-listview in my app. onDragStart seems to interfere with the canvas even though they're are completely seperated components on the dom. It seems to be listening to a global drag event. Im not sure if this react-vis-network, or an issue with vis.js

conor909 avatar Apr 16 '19 14:04 conor909