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
When width or height is edited in DragOverlay(Example 1 below). The overlay is kept far away from the dnd handle. So when I try to modify the overlay position, it keeps the overlay collision box on the original box(Example 2). Does anybody know how to fix this?
name: Bug Report
about: DragOverlay unexpected behaviour when size changed.
labels: bug
Description
When width or height is edited in DragOverlay(Example 1 below). The overlay is kept far away from the dnd handle. So when I try to modify the overlay position, it keeps the overlay collision box on the original box(Example 2). Does anybody know how to fix this?
Example 1
Screen.Recording.2025-01-12.at.9.45.35.mov
Example 2
Screen.Recording.2025-01-12.at.9.46.12.mov
Expected Behavior
I expect the DragOverlay to be on the handle, even when I change the size.
Actual Behavior
The overlay is on the previous position like if the size of the DragOverlay wasn't changed.
Environment
MacOS Seqouia 15
Chrome 131
React 19
Typescript 5
The text was updated successfully, but these errors were encountered: