dragboard: remove arguments to `catchSwipe`

master
thyttan 2023-08-03 12:50:23 +02:00
parent c59262c4bb
commit 17fc4ccb61
1 changed files with 1 additions and 1 deletions

View File

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