perf(chatScroll): Use Qt.callLater to release the main thread when parsing and loading links data

perf(chatScroll): Undo Use Qt.callLater to release the main thread

perf(chatScroll): Undo Use Qt.callLater to release the main thread
This commit is contained in:
Alex Jbanca 2023-01-10 13:45:07 +02:00 committed by Alex Jbanca
parent 4e3e245675
commit 6c76026d53
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ Column {
Component.onCompleted: {
// putting this is onCompleted prevents automatic binding, where
// QML warns of a binding loop detected
this.sourceComponent = getSourceComponent()
this.sourceComponent = linkMessageLoader.getSourceComponent()
}
}
}