fix(Chat): Deactivate channel when create chat is opened

Closes #5627
This commit is contained in:
Alexandra Betouni 2022-05-04 17:11:59 +03:00 committed by Iuri Matias
parent 0358b6bf80
commit f0f0b47d9c
1 changed files with 1 additions and 1 deletions

View File

@ -172,8 +172,8 @@ Item {
StatusChatList {
id: channelList
model: root.chatSectionModule.model
highlightItem: !root.store.openCreateChat
onChatItemSelected: {
root.chatSectionModule.setActiveItem(id, "")
}