aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/attach.go')
-rw-r--r--commands/compose/attach.go1
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 {