Skip to content

Commit

Permalink
Merge pull request #2948 from thyttan/draguboard
Browse files Browse the repository at this point in the history
draguboard: remove arguments from `catchSwipe`
  • Loading branch information
gfwilliams authored Aug 3, 2023
2 parents 184ebb1 + 7aaea32 commit 8a4f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/draguboard/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ exports.input = function(options) {
}
};

let catchSwipe = (_,__)=>{
let catchSwipe = ()=>{
E.stopEventPropagation&&E.stopEventPropagation();
};

Expand Down

0 comments on commit 8a4f99d

Please sign in to comment.