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:**
Changing a grid item location that spans multiple cells via a shorthand
(e.g. `gridColumn: '3 / 5'`) regressed and now the interaction causes
the element to shrink to 1-sized dimensions.
**Fix:**
When checking whether to keep the end pins, check whether they come from
a shorthand prop too.
Also, fix naming of variables when calculating the cell bounds so width
is related to cols and height is related to rows.
Fixes#6625
**Problem:**
Changing a grid item location that spans multiple cells via a shorthand
(e.g. `gridColumn: '3 / 5'`) regressed and now the interaction causes
the element to shrink to 1-sized dimensions.
**Fix:**
When checking whether to keep the end pins, check whether they come from
a shorthand prop too.
Also, fix naming of variables when calculating the cell bounds so width
is related to cols and height is related to rows.
Fixes#6625
No description provided.
The text was updated successfully, but these errors were encountered: