mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
fix: mobile long press #911
This commit is contained in:
parent
0b3613ec50
commit
6871e54f94
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ export default {
|
||||||
}, 300)
|
}, 300)
|
||||||
},
|
},
|
||||||
strTouchMove(e) {
|
strTouchMove(e) {
|
||||||
this.hideTorrentRightClickMenu(e)
|
|
||||||
clearTimeout(this.tmCalc.TouchTimer)
|
clearTimeout(this.tmCalc.TouchTimer)
|
||||||
},
|
},
|
||||||
strTouchEnd(e) {
|
strTouchEnd(e) {
|
||||||
|
|
Loading…
Reference in a new issue