Skip to content

Commit

Permalink
Fix mousedown / up events not working
Browse files Browse the repository at this point in the history
  • Loading branch information
az-galvarez authored Aug 17, 2020
1 parent ffc8a56 commit 78ce57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module/hammer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (typeof window !== 'undefined') {
var propagating = require('propagating-hammerjs');
var Hammer = window['Hammer'] || require('hammerjs');
module.exports = propagating(Hammer, {
preventDefault: 'mouse'
// preventDefault: 'mouse'
});
}
else {
Expand Down

0 comments on commit 78ce57a

Please sign in to comment.