fix(PublicChatPopup): Add `close()` on join

Close: #5151
This commit is contained in:
Boris Melnik 2022-03-28 13:37:08 +03:00 committed by Iuri Matias
parent a5cfa7dfa7
commit 9fc0cb1048
1 changed files with 2 additions and 0 deletions

View File

@ -255,9 +255,11 @@ Item {
PublicChatPopup {
onJoinPublicChat: {
chatSectionModule.createPublicChat(name)
close()
}
onSuggestedMessageClicked: {
chatSectionModule.createPublicChat(channel)
close()
}
onClosed: {