Explore: A11y of range slider in query history (#58708)

refactor: remove temporary setting
This commit is contained in:
Laura Benz
2022-11-16 09:05:30 -06:00
committed by GitHub
parent 9283773c12
commit 9a5a344304
@@ -73,8 +73,6 @@ export const RangeSlider: FunctionComponent<RangeSliderProps> = ({
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}
/>
</div>