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
I have a use-case: where on dragging an element I was to show a bottom-border over which that active element is getting dragged over. Hence, reorder is not working
But due to virtualization, useSortable might lose track of the elements that are virtualized out of the DOM.
You'll observe and red border stops coming after some-point, but i want it to continue.
is there a way useSortable gets the track of elements that are virtualized.
The text was updated successfully, but these errors were encountered:
ritikaGupta4
changed the title
dnd draggable, useSortable is not working completely with either virtua or react-virtuso
dnd useSortable(isDragging) is not working completely with either virtua or react-virtuso
Dec 19, 2024
ritikaGupta4
changed the title
dnd useSortable(isDragging) is not working completely with either virtua or react-virtuso
dnd useSortable(isDragging), re-order is not working completely with either virtua or react-virtuso
Dec 20, 2024
I have a use-case: where on dragging an element I was to show a bottom-border over which that active element is getting dragged over. Hence, reorder is not working
But due to virtualization, useSortable might lose track of the elements that are virtualized out of the DOM.
Please Refer:
virtua: https://codesandbox.io/p/sandbox/7wsm3j
react-virtuoso: https://codesandbox.io/p/sandbox/grz2w2 (this is what we currently use in our code base)
You'll observe and red border stops coming after some-point, but i want it to continue.
is there a way useSortable gets the track of elements that are virtualized.
The text was updated successfully, but these errors were encountered: