Merge pull request #2947 from thyttan/dragboard

dragboard: remove arguments to `catchSwipe`
master
Gordon Williams 2023-08-03 11:59:13 +01:00 committed by GitHub
commit b977a3357a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
};