Skip to content

Commit

Permalink
fix: enter dose not work with stroage editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Nov 28, 2024
1 parent 5349e3e commit 70d0860
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/commandline/plugin/permission.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ func (p permission) Update(msg tea.Msg) (subMenu, subMenuEvent, tea.Cmd) {
case "tab":
p.edit()
case "enter":
if p.cursor == "storage.size" {
break
}
if p.cursor == "endpoint.enabled" {
p.cursor = permissionKeySeq[0]
p.updateStorageSize()
Expand Down

0 comments on commit 70d0860

Please sign in to comment.