Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information