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:**
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
No description provided.
The text was updated successfully, but these errors were encountered: