File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
frontend/src/components/cluster Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ function ClusterChooserPopup(props: ChooserPopupPros) {
257257 />
258258 < MenuList
259259 id = "cluster-chooser-list"
260+ tabIndex = { 0 }
260261 sx = { {
261262 width : '280px' ,
262263 minWidth : '280px' ,
Original file line number Diff line number Diff line change 6969 class="MuiList-root MuiList-padding MuiList-dense css-1k1lw4j-MuiList-root"
7070 id="cluster-chooser-list"
7171 role="menu"
72- tabindex="-1 "
72+ tabindex="0 "
7373 >
7474 <li
7575 class="MuiButtonBase-root MuiMenuItem-root MuiMenuItem-gutters MuiMenuItem-root MuiMenuItem-gutters css-aom5s3-MuiButtonBase-root-MuiMenuItem-root"
Original file line number Diff line number Diff line change 6969 class="MuiList-root MuiList-padding MuiList-dense css-1k1lw4j-MuiList-root"
7070 id="cluster-chooser-list"
7171 role="menu"
72- tabindex="-1 "
72+ tabindex="0 "
7373 >
7474 <li
7575 class="MuiButtonBase-root MuiMenuItem-root MuiMenuItem-gutters MuiMenuItem-root MuiMenuItem-gutters css-aom5s3-MuiButtonBase-root-MuiMenuItem-root"
Original file line number Diff line number Diff line change 6969 class="MuiList-root MuiList-padding MuiList-dense css-1k1lw4j-MuiList-root"
7070 id="cluster-chooser-list"
7171 role="menu"
72- tabindex="-1 "
72+ tabindex="0 "
7373 >
7474 <li
7575 class="MuiListSubheader-root MuiListSubheader-gutters css-1ac4l9u-MuiListSubheader-root"
Original file line number Diff line number Diff line change 6969 class="MuiList-root MuiList-padding MuiList-dense css-1k1lw4j-MuiList-root"
7070 id="cluster-chooser-list"
7171 role="menu"
72- tabindex="-1 "
72+ tabindex="0 "
7373 >
7474 <li
7575 class="MuiListSubheader-root MuiListSubheader-gutters css-1ac4l9u-MuiListSubheader-root"
You can’t perform that action at this time.
0 commit comments