Fix cursor position in threads pane

This commit is contained in:
erroneousboat 2019-09-07 14:17:18 +02:00
parent bf33833edc
commit b7cdf04a45

View File

@ -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