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}
|
onAfterChange={handleAfterChange}
|
||||||
vertical={!isHorizontal}
|
vertical={!isHorizontal}
|
||||||
reverse={reverse}
|
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}
|
handleRender={tipHandleRender}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user