Skip to content

Commit

Permalink
perf(chatScroll): Use Qt.callLater to release the main thread when pa…
Browse files Browse the repository at this point in the history
…rsing 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
  • Loading branch information
alexjba committed Jan 19, 2023
1 parent 4e3e245 commit 6c76026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/imports/shared/views/chat/LinksMessageView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
}
Expand Down

0 comments on commit 6c76026

Please sign in to comment.