This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): race condition when setting position
A race condition could occur when there is an open delay that doesn't get cancelled after the transition delay resulting in the position logic getting called. This will then try to set the css of the tooltip after is has been destroyed in the removeTooltip function. Closes #4765 Fixes #4757
- Loading branch information