|
@@ -313,7 +313,7 @@ func onMessageInputFieldInputCapture(app *App, e *tcell.EventKey) *tcell.EventKe
|
|
|
text = app.MessageInputField.GetText() + text
|
|
text = app.MessageInputField.GetText() + text
|
|
|
app.MessageInputField.SetText(text)
|
|
app.MessageInputField.SetText(text)
|
|
|
return nil
|
|
return nil
|
|
|
- case "Escape":
|
|
|
|
|
|
|
+ case "Esc":
|
|
|
app.MessageInputField.SetText("")
|
|
app.MessageInputField.SetText("")
|
|
|
app.MessageInputField.SetTitle("")
|
|
app.MessageInputField.SetTitle("")
|
|
|
|
|
|