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