Fix scroll_sensitivity related naming issue (#35462)

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
Euclid Ye 2025-02-14 18:18:25 +08:00 committed by GitHub
parent 03fc54e682
commit 3e1d15da9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -854,7 +854,7 @@ impl LayoutThread {
fragment_tree.scrollable_overflow(),
self.id.into(),
epoch.into(),
fragment_tree.root_scroll_sensitivity,
fragment_tree.viewport_scroll_sensitivity,
);
display_list.wr.begin();