mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Explore: A11y of range slider in query history (#58708)
refactor: remove temporary setting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user