1
0
Fork 0

Merge pull request #2948 from thyttan/draguboard

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