Skip to content

Commit 7bb4d10

Browse files
committed
fixed #679
1 parent f712818 commit 7bb4d10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/tooltipster.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,10 @@ $.Tooltipster.prototype = {
24882488
// force closing
24892489
._close(null, null, true);
24902490
}
2491+
else {
2492+
// there might be an open timeout still running
2493+
self.__timeoutsClear();
2494+
}
24912495

24922496
// send event
24932497
self._trigger('destroy');

0 commit comments

Comments
 (0)