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:**
We currently don't support `minmax` in grid templates.
**Fix:**
This PR adds initial support for `minmax` throughout the grid flows.
**Commit Details:**
Parse `minmax` functions and keep them in the grid template data, so
they correctly are kept while operating on the grid template itself.
**⚠️ Note:** there's ongoing work to support editing grid template
expressions as strings, so I did not include proper editing in this one
(there was a simple version [`3919cf7`
(#6393)](3919cf7)
but I decided to remove it to not create stuttering code), see the two
important `TODO` comments left in the code.
Fixes#6392
No description provided.
The text was updated successfully, but these errors were encountered: