Просмотр исходного кода

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

ayntgl 4 лет назад
Родитель
Сommit
82cc72caaa
1 измененных файлов с 1 добавлено и 0 удалено
  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