Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Tooltip component complete handlers [twbs#37474]
* ensure `complete` handlers for `show` and `hide` check if the commponent was disposed * what can happen is the element can get removed from the DOM and the tooltip would get disposed * when the complete handler would run at a later point the component would be disposed and would throw various null related exceptions
- Loading branch information