You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've destroyed my handsontable instance with ss.handsontable('destroy'), but notice that the self.animate() method is still being called when I resize my window. It seems like it's due to this.interval (in the addListeners method) not being cleared this.interval = setInterval(function(){ self.animate() }, 25);
The text was updated successfully, but these errors were encountered:
I've destroyed my handsontable instance with ss.handsontable('destroy'), but notice that the self.animate() method is still being called when I resize my window. It seems like it's due to this.interval (in the addListeners method) not being cleared
this.interval = setInterval(function(){ self.animate() }, 25);
The text was updated successfully, but these errors were encountered: