Merge remote-tracking branch 'origin/main'

This commit is contained in:
Core 2022-09-11 03:17:03 +01:00
commit c33f8687f2
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -1905,8 +1905,8 @@ const app = new Vue({
async getSearchHints() {
if (this.search.term == "") {
this.search.hints = [];
this.search.showHints = true
this.search.showSearchView = false
this.search.showHints = true;
this.search.showSearchView = false;
return;
}
let hints = await (