mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(数据大屏): 调整滚轮连续移动缩放计算时间,防止卡顿情况
This commit is contained in:
@@ -30,7 +30,7 @@ const handleScaleChange = () => {
|
||||
changeSizeWithScale(scale.value)
|
||||
changeSizeWithScaleAdaptor(scale.value)
|
||||
scaleChangeReady.value = true
|
||||
}, 50)
|
||||
}, 150)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user