Skip to content

Commit ada711c

Browse files
committed
Build dist
1 parent 00cef94 commit ada711c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,9 @@
676676
var scrollShape = root[this.isHorizontal ? 'scrollWidth' : 'scrollHeight'];
677677

678678
if (isUpper && !!this.dataSources.length && offset - this.upperThreshold <= 0) {
679-
this.$emit('toupper', evt, range);
679+
this.$emit('totop', evt, range);
680680
} else if (isLower && offset + offsetShape + this.lowerThreshold >= scrollShape) {
681-
this.$emit('tolower', evt, range);
681+
this.$emit('tobottom', evt, range);
682682
} else {
683683
this.$emit('scroll', evt, range);
684684
}

0 commit comments

Comments
 (0)