Skip to content

Commit f7ff3a7

Browse files
committed
fix this bug
1 parent 6aacc00 commit f7ff3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scroll/core.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ export function coreMixin(BScroll) {
449449

450450
if (me.options.probeType === 3) {
451451
me.trigger('scroll', {
452-
x: this.x,
453-
y: this.y
452+
x: me.x,
453+
y: me.y
454454
})
455455
}
456456
}

0 commit comments

Comments
 (0)