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
Fix grid resize striped area length with per-axis gap (#6563)
**Problem:**
When changing the grid gap via the canvas the row/column specific gap is
set (or using the split gap in the inspector), but it's not taken into
account when calculating the striped area length for grid resize.
**Fix:**
Take the `rowGap` / `columnGap` props into account when calculating the
striped area length in addition to the `gap` shorthand.
Fixes#6562
0 commit comments