Fix member event binding loop
This commit is contained in:
parent
770f79978a
commit
2c53789d97
@ -602,7 +602,7 @@ Item {
|
||||
roleValue: MtxEvent.Member
|
||||
|
||||
ColumnLayout {
|
||||
width: parent.width
|
||||
width: parent?.width ?? 100
|
||||
|
||||
NoticeMessage {
|
||||
body: formatted
|
||||
|
Loading…
Reference in New Issue
Block a user