Hi everyone
I have added drag and drop to some of my custom components.
The drag event is fired on mouse down.
If you mouse down and move the component around then drop it repeatedly its fine.
But if you mousedown and drag the component around drop it and THEN just click on the component it inits the drag but doesn’t fire the drop event. Does anyone know why this is?
Its almost like you have to move the component for it to fire the drag drop event.
This is very annoying as i’m removing the component on drag init and adding it again on drop, so just clicking on it makes it disappear
Any help would be greatly appreciated!
Thanks
Tom