Skip to content

Commit

Permalink
Merge pull request #6 from az-galvarez/cut-galvarez-4233
Browse files Browse the repository at this point in the history
Fix mousedown / up events not working
  • Loading branch information
az-galvarez authored Aug 17, 2020
2 parents ffc8a56 + 78ce57a commit 2b0d166
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 2b0d166

Please sign in to comment.