From 1328aa82e32e4bcdb5a49abdd9fbbe1955a31666 Mon Sep 17 00:00:00 2001 From: FIGBERT Date: Mon, 1 May 2023 23:53:15 -0700 Subject: [PATCH] Update UI on /escape --- ui/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/commands.go b/ui/commands.go index 19fb921..6ad0d14 100644 --- a/ui/commands.go +++ b/ui/commands.go @@ -919,6 +919,7 @@ func cmdEscape(cmd *Command) { } cmd.MainView.rosterView.focused = false cmd.MainView.rosterView.selected = nil + cmd.UI.Render() } type ToggleMessage interface {