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:
parent
4e3e245675
commit
6c76026d53
|
@ -209,7 +209,7 @@ Column {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// putting this is onCompleted prevents automatic binding, where
|
// putting this is onCompleted prevents automatic binding, where
|
||||||
// QML warns of a binding loop detected
|
// QML warns of a binding loop detected
|
||||||
this.sourceComponent = getSourceComponent()
|
this.sourceComponent = linkMessageLoader.getSourceComponent()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue