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