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 66fe206 commit 1b0acb8Copy full SHA for 1b0acb8
src/extension/trigger.js
@@ -106,6 +106,7 @@ IASTriggerExtension.prototype.bind = function(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