mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 20:12:48 +00:00
perf: iOS部分点击事件存在阻塞的情况
This commit is contained in:
parent
026dca2d84
commit
dac34c8988
@ -26,7 +26,7 @@
|
||||
"css-loader": "^6.7.2",
|
||||
"dexie": "^3.2.3",
|
||||
"echarts": "^5.2.2",
|
||||
"element-sea": "^2.15.10-3",
|
||||
"element-sea": "^2.15.10-4",
|
||||
"file-loader": "^6.2.0",
|
||||
"highlight.js": "^11.7.0",
|
||||
"inquirer": "^8.2.0",
|
||||
|
||||
@ -231,6 +231,9 @@ export default {
|
||||
* 鼠标移入事件(单次)
|
||||
*/
|
||||
onContainerMouseMove() {
|
||||
if (this.windowTouch) {
|
||||
return;
|
||||
}
|
||||
setTimeout(() => {
|
||||
if (this.isReady) {
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user