Browse Source

fix(ui): do not forward event key on toggle message actions list keypress

ayntgl 4 years ago
parent
commit
82cc72caaa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ui/handlers.go

+ 1 - 0
ui/handlers.go

@@ -239,6 +239,7 @@ func onMessagesTextViewInputCapture(app *App, e *tcell.EventKey) *tcell.EventKey
 			SetBorder(true)
 
 		app.SetRoot(messageActionsList, true)
+		return nil
 	}
 
 	return e