Skip to content

Commit ff74f9b

Browse files
committed
Fix : restaure 'mousewheel' event propagation
1 parent 7f38564 commit ff74f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: js/jquery.mapael.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"y": coord.y
485485
});
486486

487-
return false;
487+
e.preventDefault();
488488
});
489489
}
490490

0 commit comments

Comments
 (0)