fix(@desktop/chat): Open popup on click

fixes #3670
This commit is contained in:
Anthony Laibe 2021-09-23 11:14:06 +02:00 committed by Iuri Matias
parent 533123c435
commit 50ad0f768e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Row {
anchors.fill: parent
onClicked: {
contactContextMenu.popup()
contactContextMenu.open()
}
}