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:**
Moving grid elements if the template is somewhat dynamic will result in
the grid elements likely jumping around because their template changes
constantly.
**Fix:**
Freeze the template during the interaction, by using the calculated
dimensions, and restore it once the interaction completes.
In the example below, one column is made `min-content` with some
fixed-sized elements inside.
| Before | After |
|-------|-------------|
| ![Kapture 2024-08-07 at 15 37
27](https://github.com/user-attachments/assets/da2d824a-ad02-494a-8ff6-7cc03e3b5c95)
| ![Kapture 2024-08-07 at 15 36
21](https://github.com/user-attachments/assets/283a5fc0-69b9-41e3-85d2-51be14279585)
|
Fixes#6200
**Problem:**
Moving grid elements if the template is somewhat dynamic will result in
the grid elements likely jumping around because their template changes
constantly.
**Fix:**
Freeze the template during the interaction, by using the calculated
dimensions, and restore it once the interaction completes.
In the example below, one column is made `min-content` with some
fixed-sized elements inside.
| Before | After |
|-------|-------------|
| ![Kapture 2024-08-07 at 15 37
27](https://github.com/user-attachments/assets/da2d824a-ad02-494a-8ff6-7cc03e3b5c95)
| ![Kapture 2024-08-07 at 15 36
21](https://github.com/user-attachments/assets/283a5fc0-69b9-41e3-85d2-51be14279585)
|
Fixes#6200
No description provided.
The text was updated successfully, but these errors were encountered: