fix(AppSearch): close appsearch popup when sendmessage button is clicked

Closes #8903
This commit is contained in:
Pascal Precht 2023-01-02 15:50:46 +01:00 committed by r4bbit
parent 542a0b11f2
commit f6660654f7
1 changed files with 1 additions and 1 deletions

View File

@ -153,6 +153,6 @@ Item {
acceptsTitleClick: function (titleId) {
return Utils.isChatKey(titleId)
}
onResultItemTitleClicked: Global.openProfilePopup(titleId)
onResultItemTitleClicked: Global.openProfilePopup(titleId, searchPopup)
}
}