diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/compose/attach.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/compose/attach.go b/commands/compose/attach.go index 520fc6f7..cf11af44 100644 --- a/commands/compose/attach.go +++ b/commands/compose/attach.go @@ -124,6 +124,7 @@ func (a Attach) openMenu(aerc *widgets.Aerc, args []string) error { if err != nil { return err } + t.Focus(true) t.OnClose = func(err error) { defer func() { if err := picks.Close(); err != nil { |