Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Fixes a race condition where the chart tooltip could be hidden e…
…ven if it should be shown. (#23270) - Even with the check if fadeTimeout was set in show(), I could reproduce race conditions where a new tooltip would disappear again, because a previous fadeTimeout would trigger and set the new tooltips display to none. - This PR fixes it by adding a non-asynchronous visible flag to mlChartTooltipService to check if the tooltip should stay visible if fadeTimeout triggers.
- Loading branch information