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 was archived by the owner on Nov 30, 2023. It is now read-only.
Describe the bug
When dragging a gear item to another category, moving the item to the edge of the screen does not scroll the parent container. This is very annoying on mobile
To Reproduce
Steps to reproduce the behavior:
Go to a pack or inventory
Have enough categories to cause a horizontal scroll bar
Try and drag a piece of gear to another category that is not currently on the screen
Expected behavior
The screen scrolls when your cursor gets to the edge of the screen, revealing the hidden category for you to drop into
Additional context
This is a limitation of the react-beautiful-dnd library I have used for drag and drop... atlassian/react-beautiful-dnd#131
We could either figure out a way to force the parent to scroll ourselves or migrate to another library as this one doesn't look like it is maintained anymore. Both options sound like a lot of work.
Describe the bug
When dragging a gear item to another category, moving the item to the edge of the screen does not scroll the parent container. This is very annoying on mobile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The screen scrolls when your cursor gets to the edge of the screen, revealing the hidden category for you to drop into
Additional context
This is a limitation of the react-beautiful-dnd library I have used for drag and drop... atlassian/react-beautiful-dnd#131
We could either figure out a way to force the parent to scroll ourselves or migrate to another library as this one doesn't look like it is maintained anymore. Both options sound like a lot of work.