Hey guys,
I am currently working on GUI for my server.
I am using ReactJS and for drag and drop i am using SortableJS.
The issue i have is that drag and drop does not seem to work even though it works in the browser.
I tried to debug events and it seems that onDragStart doesn't run on clicking div container.
While writing this i wanted to be sure that it isn't something that i did in react so i created almost blank html page with one div in it:
After it loads it only fires onclick event, dragging is ignored (It works in chrome). I don't really know what to do...
Do i have to insert some flag somewhere or do something to enable drag and drop? Or do i have to do some hacky ways to get drag and drop?