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