diff --git a/packages/grafana-ui/src/components/Slider/RangeSlider.tsx b/packages/grafana-ui/src/components/Slider/RangeSlider.tsx index b8b1f4d436c..2c9f4a5f1dd 100644 --- a/packages/grafana-ui/src/components/Slider/RangeSlider.tsx +++ b/packages/grafana-ui/src/components/Slider/RangeSlider.tsx @@ -73,8 +73,6 @@ export const RangeSlider: FunctionComponent = ({ onAfterChange={handleAfterChange} vertical={!isHorizontal} reverse={reverse} - // TODO: The following is a temporary work around for making content after the slider accessible and it will be removed when fixing the slider in public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx. - tabIndex={[0, 1]} handleRender={tipHandleRender} />