From 9a5a3443048804eee528ce50b6b8c77c3e855f3b Mon Sep 17 00:00:00 2001 From: Laura Benz <48948963+L-M-K-B@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:05:30 +0100 Subject: [PATCH] Explore: A11y of range slider in query history (#58708) refactor: remove temporary setting --- packages/grafana-ui/src/components/Slider/RangeSlider.tsx | 2 -- 1 file changed, 2 deletions(-) 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} />