From 6871e54f94c19f4c5d54f6d5056a4f1b302a956a Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Thu, 31 Aug 2023 09:16:59 +0200 Subject: [PATCH] fix: mobile long press #911 --- src/views/Dashboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 2a2bffe4..3e930e00 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -364,7 +364,6 @@ export default { }, 300) }, strTouchMove(e) { - this.hideTorrentRightClickMenu(e) clearTimeout(this.tmCalc.TouchTimer) }, strTouchEnd(e) {