fix(ChatMessagesView): unbreak closing reply bubble
there was a binding loop warning; but this one also fixes overlapping messages Fixes: #7481
This commit is contained in:
parent
23396ea0cd
commit
d7710ce135
|
@ -250,7 +250,6 @@ Item {
|
|||
id: msgDelegate
|
||||
|
||||
width: ListView.view.width
|
||||
height: implicitHeight
|
||||
|
||||
objectName: "chatMessageViewDelegate"
|
||||
rootStore: root.rootStore
|
||||
|
|
Loading…
Reference in New Issue