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:**
The grid and flex gap inspector controls can go negative, either by
scrubbing as well as direct input.
**Fix:**
1. Add `minimum={0}` to those number inputs so the scrubbing cannot go
lower than 0
2. Clamp the value calculated in the number input so it stays between
the min/max bounds.
Fixes#6440
**Problem:**
The grid and flex gap inspector controls can go negative, either by
scrubbing as well as direct input.
**Fix:**
1. Add `minimum={0}` to those number inputs so the scrubbing cannot go
lower than 0
2. Clamp the value calculated in the number input so it stays between
the min/max bounds.
Fixes#6440
No description provided.
The text was updated successfully, but these errors were encountered: