mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [scrollbar] wrap resize scroll distance state change (#21491)
This commit is contained in:
@@ -191,6 +191,7 @@ const setScrollLeft = (value: number) => {
|
||||
|
||||
const update = () => {
|
||||
barRef.value?.update()
|
||||
distanceScrollState[direction] = false
|
||||
}
|
||||
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user