We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8ca27e + b6eccf8 commit 143e160Copy full SHA for 143e160
src/extension/trigger.js
@@ -107,6 +107,7 @@ IASTriggerExtension.prototype.bind = function(ias) {
107
IASTriggerExtension.prototype.unbind = function(ias) {
108
this.$triggerNext = null;
109
this.$triggerPrev = null;
110
+ this.count = 0;
111
ias.off('next', this.showTriggerNext);
112
ias.off('rendered', this.onRendered);
113
0 commit comments