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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
While a row is being dragged in the song-table component, the table seems to only auto-scroll as long as the pointer is within the component (at least in Chrome). If you move the pointer above or below the component, scrolling stops.
I don't know how auto-scrolling is supposed to work. Maybe the current behavior is intentional to handle cases where the user is trying to drop the element somewhere else on the page outside of the scrollable element.
I didn't find anything definitive, but I think that these links have some related discussion:
While a row is being dragged in the
song-table
component, the table seems to only auto-scroll as long as the pointer is within the component (at least in Chrome). If you move the pointer above or below the component, scrolling stops.I don't know how auto-scrolling is supposed to work. Maybe the current behavior is intentional to handle cases where the user is trying to drop the element somewhere else on the page outside of the scrollable element.
I didn't find anything definitive, but I think that these links have some related discussion:
The text was updated successfully, but these errors were encountered: