fix(@desktop/chat): search triggered from within community doesn't seem to preset the right search location
Fixes #5213
This commit is contained in:
parent
d38e8073bf
commit
3a4c6bfd71
|
@ -29,7 +29,7 @@ QtObject {
|
||||||
function getSearchLocationObject() {
|
function getSearchLocationObject() {
|
||||||
if(!root.appSearchModule)
|
if(!root.appSearchModule)
|
||||||
return ""
|
return ""
|
||||||
root.appSearchModule.getSearchLocationObject()
|
return root.appSearchModule.getSearchLocationObject()
|
||||||
}
|
}
|
||||||
|
|
||||||
function resultItemClicked(itemId) {
|
function resultItemClicked(itemId) {
|
||||||
|
|
Loading…
Reference in New Issue