Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tooltip): fix potential NPE when the parent node of the tooltip e…
…lement doesn't exist (#19265) * fix(tooltip): use `remove` rather than `parentNode.removeChild` to fix potential NPE when its parent node doesn't exists. (#19248) * fix(tooltip): clearTimeout when disposing * fix(tooltip): still use `parentNode.removeChild` to reserve support for IE.
- Loading branch information