• Ian Hickson's avatar
    Fix RangeMaintainingScrollPhysics (#63146) · e3c7fb5b
    Ian Hickson authored
    It now uses the scroll metrics as they stood at the end of the last frame.
    
    It previously used a weird combination of the old extents and the newish position, which led to some weird effects when the position had been changed in expectation of a viewport or content dimension change.
    e3c7fb5b
scroll_physics.dart 33.9 KB