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