diff --git a/packages/grafana-ui/src/components/uPlot/config/addTooltipSupport.ts b/packages/grafana-ui/src/components/uPlot/config/addTooltipSupport.ts index 9779f9fe02d..4932cb1ab70 100644 --- a/packages/grafana-ui/src/components/uPlot/config/addTooltipSupport.ts +++ b/packages/grafana-ui/src/components/uPlot/config/addTooltipSupport.ts @@ -106,7 +106,7 @@ export const addTooltipSupport = ({ setFocusedSeriesIdx, setFocusedPointIdx, (clear) => { - if (clear && isActive) { + if (clear) { setCoords(null); return; }