Skip to content

Commit

Permalink
fix: Run watcher post DOM update in Vue adapter (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaniczak authored Apr 26, 2024
1 parent eae81c1 commit 9871f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-virtual/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function useVirtualizerBase<
},
{
immediate: true,
flush: 'post',
},
)

Expand Down

0 comments on commit 9871f58

Please sign in to comment.