This reverts commit 177bf12f11.
177bf12f11
@ -933,12 +933,10 @@ void ChatLog::onWorkerTimeout()
updateMultiSelectionRect();
// scroll
if (workerStb) {
if (workerStb)
scrollToBottom();
workerStb = false;
} else {
else
scrollToLine(workerAnchorLine);
}
// don't keep a Ptr to the anchor line
workerAnchorLine = ChatLine::Ptr();