dragboard: remove arguments to `catchSwipe`
parent
c59262c4bb
commit
17fc4ccb61
|
|
@ -226,7 +226,7 @@ exports.input = function(options) {
|
|||
}
|
||||
};
|
||||
|
||||
let catchSwipe = (_,__)=>{
|
||||
let catchSwipe = ()=>{
|
||||
E.stopEventPropagation&&E.stopEventPropagation();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue