Skip to content

Commit

Permalink
Fix ScrollToX Method
Browse files Browse the repository at this point in the history
  • Loading branch information
BosNaufal committed Aug 3, 2017
1 parent 2225687 commit 605a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/vue-scrollbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
scrollToX(x) {
this.normalizeVertical(x)
this.normalizeHorizontal(x)
},
normalizeVertical(next){
Expand Down

0 comments on commit 605a9e2

Please sign in to comment.