mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore: long press dissapear pwa
This commit is contained in:
parent
39b65bcb26
commit
31800593d2
1 changed files with 4 additions and 1 deletions
|
@ -364,7 +364,10 @@ export default {
|
|||
}, 300)
|
||||
},
|
||||
strTouchMove(e) {
|
||||
e.preventDefault()
|
||||
if (this.trcMenu.show === true) {
|
||||
e.preventDefault()
|
||||
return
|
||||
}
|
||||
this.hideTorrentRightClickMenu(e)
|
||||
clearTimeout(this.tmCalc.TouchTimer)
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue