Fix cursor position in threads pane
This commit is contained in:
parent
bf33833edc
commit
b7cdf04a45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user