mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(数据大屏): 调整滚轮连续移动缩放计算时间,防止卡顿情况
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
This commit is contained in:
parent
3ef7b3da94
commit
60c62693a3
@ -30,7 +30,7 @@ const handleScaleChange = () => {
|
||||
changeSizeWithScale(scale.value)
|
||||
changeSizeWithScaleAdaptor(scale.value)
|
||||
scaleChangeReady.value = true
|
||||
}, 50)
|
||||
}, 150)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user