Replies: 1 comment 1 reply
-
So what I think I might need is a "modifier" just not 100% sure the best place to make this modification. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the use case of needing to put a SortableList inside of a menu and the menu items have absolute positioning. In the video below you can see that there is a extra 64px in height from the button spacing. How would I go about subtracting 64px from the pointer drag positioning?
Also you can see at the end of the clip if you just click on the handle the poising adjustment moves it 2 spaces.
I tried adjusting the transform on the DragItem and it felt weird. Do I need a custom Point sensor?
dnd-offset.mov
Beta Was this translation helpful? Give feedback.
All reactions