Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scalars: remove unused tooltip column DOM (#3546)
When tooltipColumns become shorter after a change, we currently do not remove the DOM. This can lead to an awkward UX where a column in the tooltip never updates and go stale. This change removes the tooltip row column DOM when they are no longer shown. FYI: the tooltip header was properly removed before.
- Loading branch information