fix(components): [virtual-list] Resetting the vertical scrollbar state (#13319)

This commit is contained in:
xy 2023-06-25 09:29:10 +08:00 committed by GitHub
parent c6ab1804e4
commit 5d2bedc867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ const createGrid = ({
},
(x: number, y: number) => {
hScrollbar.value?.onMouseUp?.()
hScrollbar.value?.onMouseUp?.()
vScrollbar.value?.onMouseUp?.()
const width = unref(parsedWidth)
const height = unref(parsedHeight)
scrollTo({