Fix actionChangeThread to render Threads

Reference #91
This commit is contained in:
erroneousboat 2019-09-07 14:11:51 +02:00
parent 279148fb0f
commit bf33833edc

View File

@ -620,7 +620,7 @@ func actionMoveCursorDownThreads(ctx *context.AppContext) {
}
ctx.View.Threads.MoveCursorDown()
termui.Render(ctx.View.Channels)
termui.Render(ctx.View.Threads)
scrollTimer = time.NewTimer(time.Second / 4)
<-scrollTimer.C