Skip to content

Commit

Permalink
fixed #679
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Apr 27, 2017
1 parent f712818 commit 7bb4d10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/tooltipster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2488,6 +2488,10 @@ $.Tooltipster.prototype = {
// force closing
._close(null, null, true);
}
else {
// there might be an open timeout still running
self.__timeoutsClear();
}

// send event
self._trigger('destroy');
Expand Down

0 comments on commit 7bb4d10

Please sign in to comment.