mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: A11y of range slider in query history (#58708)
refactor: remove temporary setting
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user