Explorar o código

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

ayntgl %!s(int64=4) %!d(string=hai) anos
pai
achega
82cc72caaa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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