Skip to content

Commit

Permalink
Remove refresh view on message send
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Sep 14, 2019
1 parent ecdcb6b commit f1d94f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ func actionSend(ctx *context.AppContext) {
// quick succession of actionSend
message := ctx.View.Input.GetText()
ctx.View.Input.Clear()
ctx.View.Refresh()

// Send slash command
isCmd, err := ctx.Service.SendCommand(
Expand Down

0 comments on commit f1d94f0

Please sign in to comment.