From 6d2b8cc485708abdf7fd8b46d4fe2e760f31d360 Mon Sep 17 00:00:00 2001 From: Peyton Lee Date: Tue, 10 Dec 2024 08:53:35 -0800 Subject: [PATCH] fix: Fix tooltip in current frame range type --- src/components/Tabs/ScatterPlotTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tabs/ScatterPlotTab.tsx b/src/components/Tabs/ScatterPlotTab.tsx index 8dc5cce01..187e48668 100644 --- a/src/components/Tabs/ScatterPlotTab.tsx +++ b/src/components/Tabs/ScatterPlotTab.tsx @@ -691,7 +691,7 @@ export default memo(function ScatterPlotTab(props: ScatterPlotTabProps): ReactEl {}, markerBaseColor, // disable hover for all points other than the track when one is selected - selectedTrack === null + selectedTrack === null || rangeType !== PlotRangeType.ALL_TIME ); const xHistogram: Partial = {