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
**Problem:**
It's currently not possible to reparent out of a grid.
**Fix:**
Allow reparenting out of a grid while holding `cmd`, like all other
reparenting scenarios.
https://github.com/user-attachments/assets/df75b0ee-5098-4cba-b66c-507697cf03c0
**Notes:**
The grid rearrange strategy now needs to act as a sort of meta strat,
because 1) it needs a custom mouse drag handling (due to the grid
placeholder controls) and 2) cells don't have positioning props so
absolute reparenting needs some massaging in order to work
Fixes#6263
**Problem:**
It's currently not possible to reparent out of a grid.
**Fix:**
Allow reparenting out of a grid while holding `cmd`, like all other
reparenting scenarios.
https://github.com/user-attachments/assets/df75b0ee-5098-4cba-b66c-507697cf03c0
**Notes:**
The grid rearrange strategy now needs to act as a sort of meta strat,
because 1) it needs a custom mouse drag handling (due to the grid
placeholder controls) and 2) cells don't have positioning props so
absolute reparenting needs some massaging in order to work
Fixes#6263
No description provided.
The text was updated successfully, but these errors were encountered: