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
It caused the #50.
The #67 is fixing it. But the touch-action: none doesn't prevent the panning somewhy.
Why don't we just prevent the touchmove instead of adding the smooth-dnd-disable-touch-action to the body?
function preventDefault(e: Event) {e.preventDefault();}
window.addEventListener('touchmove', preventDefault, { passive: false });
The text was updated successfully, but these errors were encountered:
soyersoyer
changed the title
[ios][regression] After dragging I have to tap one (anywhere) to make the scroll working again
[ios][regression] After dragging I have to tap (anywhere) to make the scroll working again
Dec 13, 2019
It caused the #50.
The #67 is fixing it. But the touch-action: none doesn't prevent the panning somewhy.
Why don't we just prevent the touchmove instead of adding the smooth-dnd-disable-touch-action to the body?
and after finish:
The text was updated successfully, but these errors were encountered: