From 40b785333840e5dc372974415a0e3d684ad1a4b8 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 23 Jan 2026 23:15:00 +0100 Subject: [PATCH] Fix binding loop --- src/chatbar/ChatBar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chatbar/ChatBar.qml b/src/chatbar/ChatBar.qml index 6e4c94043..68f2cc982 100644 --- a/src/chatbar/ChatBar.qml +++ b/src/chatbar/ChatBar.qml @@ -412,7 +412,6 @@ QQC2.Control { Component { id: replyPane Item { - implicitWidth: replyComponent.implicitWidth implicitHeight: replyComponent.implicitHeight ReplyComponent { id: replyComponent