Fix binding loops

This commit is contained in:
Tobias Fella
2026-02-17 00:03:20 +01:00
parent b1595a4556
commit 52302f0f5c
2 changed files with 2 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ QQC2.TextArea {
*/
property bool isReply: false
Layout.fillWidth: true
Layout.fillWidth: NeoChatConfig.compactLayout
Layout.maximumWidth: Message.maxContentWidth
Keys.onPressed: (event) => {