chore: long press dissapear pwa

This commit is contained in:
Daan Wijns 2023-08-31 09:48:47 +02:00
parent 39b65bcb26
commit 31800593d2

View file

@ -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)
},