perf: iOS部分点击事件存在阻塞的情况

This commit is contained in:
kuaifan 2023-07-20 22:59:13 +08:00
parent 026dca2d84
commit dac34c8988
2 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -231,6 +231,9 @@ export default {
* 鼠标移入事件单次
*/
onContainerMouseMove() {
if (this.windowTouch) {
return;
}
setTimeout(() => {
if (this.isReady) {
return