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:**
Instead of having dedicated control handles for resizing a grid cell
(when the child is filling/stretching the parent), we should use instead
the same edge controls used for absolute move.
**Fix:**
1. Factor out the edge components from the absolute resize controls into
a hook `useResizeEdges`, and make it so it accepts custom event
callbacks for the mouse interactions and which cursors to display while
hovering
2. Replace the old grid edge handles in the grid controls with the new
edges, hooking them up with the existing resize logic
3. Show the `ResizeCol`/`ResizeRow` cursors
https://github.com/user-attachments/assets/8ae7eec6-ea33-4b4a-8445-f60390605302Fixes#6528
No description provided.
The text was updated successfully, but these errors were encountered: