Skip to content

Commit b6eccf8

Browse files
authored
reset count on unbind
1 parent 2e8a2c0 commit b6eccf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/trigger.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ IASTriggerExtension.prototype.bind = function(ias) {
107107
IASTriggerExtension.prototype.unbind = function(ias) {
108108
this.$triggerNext = null;
109109
this.$triggerPrev = null;
110+
this.count = 0;
110111
ias.off('next', this.showTriggerNext);
111112
ias.off('rendered', this.onRendered);
112113

0 commit comments

Comments
 (0)