Skip to content

Commit

Permalink
Reverse tap-drag-zoom direction (#9618) (#9633)
Browse files Browse the repository at this point in the history
fixes #9612

Co-authored-by: Joakim Berglund <neorth@gmail.com>
  • Loading branch information
karimnaaji and neorth committed Apr 27, 2020
1 parent ffd5b5d commit 4632600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/handler/tap_drag_zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class TapDragZoomHandler {
this._active = true;

return {
zoomDelta: dist / -128
zoomDelta: dist / 128
};
}
}
Expand Down

0 comments on commit 4632600

Please sign in to comment.