From 17fc4ccb61a4f5cc6d544b366dcf43fe84102a3c Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Thu, 3 Aug 2023 12:50:23 +0200 Subject: [PATCH] dragboard: remove arguments to `catchSwipe` --- apps/dragboard/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dragboard/lib.js b/apps/dragboard/lib.js index 18b7f2c6f..78ef11bd4 100644 --- a/apps/dragboard/lib.js +++ b/apps/dragboard/lib.js @@ -226,7 +226,7 @@ exports.input = function(options) { } }; - let catchSwipe = (_,__)=>{ + let catchSwipe = ()=>{ E.stopEventPropagation&&E.stopEventPropagation(); };