diff --git a/jquery.flot.navigate.js b/jquery.flot.navigate.js index 6b1d99d..e6f8834 100644 --- a/jquery.flot.navigate.js +++ b/jquery.flot.navigate.js @@ -114,6 +114,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L eventHolder.mousewheel(function (e, delta) { clickHandler(e, delta < 0); + return false; }); } if (o.pan.interactive) {