mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [virtual-list] Resetting the vertical scrollbar state (#13319)
This commit is contained in:
parent
c6ab1804e4
commit
5d2bedc867
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user