You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any way to stop a drag from ending up as an click on the child element? As I see it, its not about stopping event propagation, because its a child in this case.
I cant think of another way than to temporarily (using setTimeout) disable the childClickHandler in onDragEnd.
Hi, is there any way to stop a drag from ending up as an click on the child element? As I see it, its not about stopping event propagation, because its a child in this case.
I cant think of another way than to temporarily (using
setTimeout
) disable thechildClickHandler
inonDragEnd
.The text was updated successfully, but these errors were encountered: