Open MartinN3 opened 4 years ago
Scroll with mouse is probably imposible for now, but you can solve issue by dragging items onto window scrollbar and it works kinda smoothly, can be closed for now.
i was looking around for this feature and only thread i found was react-dnd/react-dnd#553
which solution did you use ?
In the end I just rely on native chrome functionality, as stated before.
Current behaviour: Selecting any element disables scrolling ability. Only possibility now is to find that sweet spot on bottom and top of the screen but thats sometimes very hard/unusable for example with few nested set items dragging
Expected behaviour: Ability to use scroll or up/down arrow while dragging.
My solution: i was looking around for this feature and only thread i found was https://github.com/react-dnd/react-dnd/issues/553
Im lookin on to that.