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
When I set holdToDrag: 1000 or holdToDrag: 1, DragAndDrop stops working.
Chrome 107.0.5304.107 Developer Tools Mobile Emulator
Also it doesn't work on Android Chrome
The text was updated successfully, but these errors were encountered:
In my case, implementing adding custom implementation for tryFindDraggableTarget helped. The problem with default implementation in my case was that this part:
function tryFindDraggableTarget(event) {
var cp = event.composedPath();
....
}
When I set holdToDrag: 1000 or holdToDrag: 1, DragAndDrop stops working.
Chrome 107.0.5304.107 Developer Tools Mobile Emulator
Also it doesn't work on Android Chrome
The text was updated successfully, but these errors were encountered: