From 838abc9af3e3b88849d338e113437440fc2d85b3 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 18 May 2023 00:06:15 +0200 Subject: [PATCH] Fix binding loop in GroupChatDrawerHeader --- src/qml/Panel/GroupChatDrawerHeader.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/Panel/GroupChatDrawerHeader.qml b/src/qml/Panel/GroupChatDrawerHeader.qml index 4c6f612ae..8e4b9c0cf 100644 --- a/src/qml/Panel/GroupChatDrawerHeader.qml +++ b/src/qml/Panel/GroupChatDrawerHeader.qml @@ -86,7 +86,6 @@ ColumnLayout { selectionColor: Kirigami.Theme.highlightColor onLinkActivated: UrlHelper.openUrl(link) readOnly: true - width: parent.width MouseArea { anchors.fill: parent acceptedButtons: Qt.NoButton