Skip to content

Commit

Permalink
Fix Bookmarks modal not closing on ESC
Browse files Browse the repository at this point in the history
  • Loading branch information
objectliteral committed Feb 1, 2021
1 parent 1540e4f commit 48219d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions display/bookmarks.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func bkmkInit() {
bkmkCh <- -1
case "Cancel":
bkmkCh <- 0
case "":
bkmkCh <- 0
}
})
}
Expand Down

0 comments on commit 48219d0

Please sign in to comment.