draguboard: remove arguments from `catchSwipe`

pull/2948/head
thyttan 2023-08-03 12:52:13 +02:00
parent 92e2f4695c
commit 7aaea32ebb
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ exports.input = function(options) {
} }
}; };
let catchSwipe = (_,__)=>{ let catchSwipe = ()=>{
E.stopEventPropagation&&E.stopEventPropagation(); E.stopEventPropagation&&E.stopEventPropagation();
}; };