Fix code wrapping and scrolling again.

This commit is contained in:
Black
2020-02-09 00:12:07 -08:00
parent c8b02cf907
commit 29e6933b4f
3 changed files with 5 additions and 3 deletions

View File

@@ -253,6 +253,8 @@ Item {
if (messageListView.contentY < messageListView.originY + 10 || currentRoom.timelineSize < 20)
currentRoom.getPreviousContent(50)
messageListView.positionViewAtBeginning()
}
}
}