Skip to content

Commit

Permalink
Autobuild and minify
Browse files Browse the repository at this point in the history
  • Loading branch information
davekinkead committed Apr 4, 2020
1 parent 6d5b28c commit 1f66fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions reasons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ function addEventListeners (mapper) {

const zoomAction = (event) => {
// need a hack for firefox event mismatch
console.log(event.target)
if ((event.target.id === mapper.DOM.firstElementChild.id) ||
(event.type === 'wheel' && event.target.id === mapper.DOM.id)) {

Expand Down
2 changes: 1 addition & 1 deletion reasons.min.js

Large diffs are not rendered by default.

0 comments on commit 1f66fd8

Please sign in to comment.