Skip to content

Commit 605a9e2

Browse files
committed
Fix ScrollToX Method
1 parent 2225687 commit 605a9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/vue-scrollbar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
},
170170
171171
scrollToX(x) {
172-
this.normalizeVertical(x)
172+
this.normalizeHorizontal(x)
173173
},
174174
175175
normalizeVertical(next){

0 commit comments

Comments
 (0)