Skip to content

Commit

Permalink
Fix #2297: Enable multi select on nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Nov 29, 2023
1 parent 2a8524b commit fe7c970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/view/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ func (n *Node) bindDangerousKeys(aa ui.KeyActions) {
}

func (n *Node) bindKeys(aa ui.KeyActions) {
aa.Delete(ui.KeySpace, tcell.KeyCtrlSpace)

if !n.App().Config.K9s.IsReadOnly() {
n.bindDangerousKeys(aa)
}
Expand Down

0 comments on commit fe7c970

Please sign in to comment.