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 97ba99a commit 66fe206Copy full SHA for 66fe206
src/extension/trigger.js
@@ -105,6 +105,7 @@ IASTriggerExtension.prototype.bind = function(ias) {
105
* @param {object} ias
106
*/
107
IASTriggerExtension.prototype.unbind = function(ias) {
108
+ this.$triggerNext = null;
109
ias.off('next', this.showTriggerNext);
110
ias.off('rendered', this.onRendered);
111
0 commit comments