Remove refresh view on message send

This commit is contained in:
erroneousboat 2019-09-14 12:46:14 +02:00
parent ecdcb6b34f
commit f1d94f069a

View File

@ -310,7 +310,6 @@ func actionSend(ctx *context.AppContext) {
// quick succession of actionSend // quick succession of actionSend
message := ctx.View.Input.GetText() message := ctx.View.Input.GetText()
ctx.View.Input.Clear() ctx.View.Input.Clear()
ctx.View.Refresh()
// Send slash command // Send slash command
isCmd, err := ctx.Service.SendCommand( isCmd, err := ctx.Service.SendCommand(