Skip to content

Commit b51cd5d

Browse files
Disable scroll ref update for scroll visual test
1 parent f4a6bdb commit b51cd5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/leptos/tests/visual/src/spec

packages/leptos/tests/visual/src/spec/scroll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub fn Scroll() -> impl IntoView {
4848
floating_ref,
4949
update,
5050
rtl: None::<bool>.into(),
51-
disable_ref_updates: None,
51+
disable_ref_updates: Some(true),
5252
});
5353

5454
let reference_view = move || {

0 commit comments

Comments
 (0)