Fix binding loop in GroupChatDrawerHeader

This commit is contained in:
Tobias Fella
2023-05-18 00:06:15 +02:00
parent 7283b2dd4d
commit 838abc9af3

View File

@@ -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