We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b008c3 commit 0cafbd6Copy full SHA for 0cafbd6
plugins/plugin-codeflare-dashboard/src/components/Top/index.tsx
@@ -122,6 +122,9 @@ class Top extends React.PureComponent<Props, State> {
122
this.setState((curState) => ({ refreshCycle: (curState?.refreshCycle || 0) + 1 }))
123
} else {
124
switch (key.name) {
125
+ case "escape":
126
+ this.setState({ selectedGroupIdx: -1 })
127
+ break
128
case "left":
129
case "right":
130
if (this.state.groups) {
0 commit comments