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.
1 parent 2e8a2c0 commit b6eccf8Copy full SHA for b6eccf8
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