diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eventBindings.go b/eventBindings.go index acc25a8..7b31570 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -138,11 +138,13 @@ func doEsc(g *gocui.Gui, v *gocui.View) error { me.dropdown.tk.Hide() me.dropdown.active = false log.Info("escaped from dropdown") + me.baseGui.SetCurrentView(me.notify.clock.tk.cuiName) } if me.textbox.active { me.textbox.tk.Hide() me.textbox.active = false log.Info("escaped from textbox") + me.baseGui.SetCurrentView(me.notify.clock.tk.cuiName) } return nil } |
