Fix reply error message when the reply is not loaded yet
This commit is contained in:
@@ -486,7 +486,7 @@ ColumnLayout {
|
||||
|
||||
Layout.maximumWidth: contentMaxWidth
|
||||
|
||||
active: root.isReply
|
||||
active: root.isReply && root.reply
|
||||
visible: active
|
||||
|
||||
sourceComponent: ReplyComponent {
|
||||
|
||||
Reference in New Issue
Block a user