fix(StatusChatListCategory): Selecting the category menu should not toggle the category itself

Closes `status-desktop` issue https://github.com/status-im/status-desktop/issues/4914
This commit is contained in:
Noelia 2022-03-28 12:45:10 +02:00 committed by Michał Cieślak
parent f65923fcf1
commit f795ced1bd
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ Column {
popupMenuSlot.item.popup(mouse.x + 4, mouse.y + 6);
return
}
statusChatListCategory.opened = !opened;
}
}
onTitleClicked: statusChatListCategory.opened = !opened