@tanstack/vue-virtual
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -34,3 +34,4 @@ import { observeElementRect, observeElementOffset, elementScroll, observeWindowRect, observeWindowOffset, windowScroll, Virtualizer } from "@tanstack/virtual-core"; | ||
{ | ||
immediate: true | ||
immediate: true, | ||
flush: "post" | ||
} | ||
@@ -37,0 +38,0 @@ ); |
{ | ||
"name": "@tanstack/vue-virtual", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Headless UI for virtualizing scrollable elements in Vue", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -64,2 +64,3 @@ import { | ||
immediate: true, | ||
flush: 'post', | ||
}, | ||
@@ -66,0 +67,0 @@ ) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18789
253