Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 1, 2024
1 parent 3bd4eb5 commit 19b617c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vue/smooth-scroll/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div>
<button
@click="
rowVirtualizer.scrollToIndex(randomIndex),
(randomIndex = generateRandomIndex())
(rowVirtualizer.scrollToIndex(randomIndex),
(randomIndex = generateRandomIndex()))
"
>
Scroll To Random Index ({{ randomIndex }})
Expand Down

0 comments on commit 19b617c

Please sign in to comment.