Updated migration guide.

This commit is contained in:
ickshonpe 2025-07-12 00:17:23 +01:00
parent 498696466c
commit 57f64f1824

View File

@ -1,7 +1,7 @@
---
title: `ScrollPosition` is now logical
pull_requests: []
title: `ScrollPosition` is now logical and is no longer overwritten during layout updates
pull_requests: [20093]
---
`ScrollPosition` is no longer overwritten during layout updates. Instead the computed scroll position is stored in the new `scroll_position` field on `ComputedNode`.