Skip to content

Commit

Permalink
Version bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmaad committed Jun 8, 2016
1 parent 05aaba7 commit 256cbd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/chartist-plugin-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
};

function onMouseUp(event) {
if (event.button === 0) {
if (event.button === 0 && downPosition) {
var box = getRect(downPosition, position(event, svg));
zoomIn(box);
downPosition = null;
Expand Down
2 changes: 1 addition & 1 deletion dist/chartist-plugin-zoom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 256cbd6

Please sign in to comment.