Remove refresh view on message send
This commit is contained in:
parent
ecdcb6b34f
commit
f1d94f069a
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user