Forráskód Böngészése

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

ayntgl 4 éve
szülő
commit
82cc72caaa
1 módosított fájl, 1 hozzáadás és 0 törlés
  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