From 7aaea32ebb48abb2e8c6d0292b2c3d8f8020e830 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Thu, 3 Aug 2023 12:52:13 +0200 Subject: [PATCH] draguboard: remove arguments from `catchSwipe` --- apps/draguboard/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/draguboard/lib.js b/apps/draguboard/lib.js index 4500f523a..6c63668a9 100644 --- a/apps/draguboard/lib.js +++ b/apps/draguboard/lib.js @@ -134,7 +134,7 @@ exports.input = function(options) { } }; - let catchSwipe = (_,__)=>{ + let catchSwipe = ()=>{ E.stopEventPropagation&&E.stopEventPropagation(); };