Variable heights transform is wrong #682
Unanswered
soniktrooth
asked this question in
Q&A
Replies: 3 comments
-
Hard to say without seeing some code. Best way for me to help is if you can set up a CodeSandbox replicating the issue you are facing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same issue. I'm providing an example video. Watch when 'iSCSIs" moves through items with larger heights. "iSCSIs" is taking on the height of the overlapped item rather than maintaining it's own. This is just the default implementation of useSortable. sortableListIssue.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Answer here #117 (comment) |
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
-
I have a vertical list with variable height items. I have set the height on these items (as per the variable height story) and I am using the
verticalListSortingStrategy
however when dragging, the transform seems to offset each item that is being dragged over by it's own height, not the height of the item being dragged. Any vague idea what could be going wrong?Beta Was this translation helpful? Give feedback.
All reactions