qml: fix hang in ChatView by processing text explicitly (#2543)

Fixes #2519

Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
AT
2024-07-08 17:24:02 -04:00
committed by GitHub
parent 64359e68e6
commit c11e0f4a98
5 changed files with 26 additions and 27 deletions

View File

@@ -272,7 +272,7 @@ Rectangle {
color: theme.conversationBackground
width: subscribeLink.width
RowLayout {
anchors.fill: parent
anchors.centerIn: parent
MyFancyLink {
id: subscribeLink
Layout.alignment: Qt.AlignCenter