Эх сурвалжийг харах

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

ayntgl 4 жил өмнө
parent
commit
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