Replies: 1 comment
-
tldr: don't change the list item size on hover Found the issue, I use to add a class on the destination item which applies a border on top or bottom of the element. As the size changed dynamically virtuoso rerender part of the item list and somehow break the drag-n-drop feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to add drag and drop functionality to a react-virtuoso component using pragmatic-drag-and-drop.
I can make it work with a simple list (non-virtualized), but within a GroupedVirtuoso, the drag interaction only starts once and stops prematurely. I've followed the example with tanstack-virtual, and tried to do something similar.
Has anyone else encountered and solved this issue?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions