diff --git a/handlers/event.go b/handlers/event.go index fccf9aa..76cc5bc 100644 --- a/handlers/event.go +++ b/handlers/event.go @@ -520,6 +520,9 @@ func actionChangeChannel(ctx *context.AppContext) { threads..., ), ) + + // Reset position of SelectedChannel + ctx.View.Threads.MoveCursorTop() } // Set channel name for the Chat pane