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

refactor: remove temporary setting
This commit is contained in:
Laura Benz 2022-11-16 16:05:30 +01:00 committed by GitHub
parent 9283773c12
commit 9a5a344304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>