Natsumi
2021-10-21 09:20:37 +13:00
parent 7ca22b28e1
commit 1c567d4ab4
2 changed files with 6 additions and 1 deletions

View File

@@ -6894,6 +6894,7 @@ speechSynthesis.getVoices();
} else {
this.showUserDialog(value);
}
this.quickSearchVisibleChange(value);
}
};
@@ -6901,6 +6902,7 @@ speechSynthesis.getVoices();
$app.methods.quickSearchVisibleChange = function (value) {
if (value) {
this.quickSearch = '';
this.quickSearchItems = [];
}
};
@@ -8251,6 +8253,9 @@ speechSynthesis.getVoices();
});
$app.methods.clearSearch = function () {
this.searchText = '';
this.searchUserParams = {};
this.searchWorldParams = {};
this.searchUserResults = [];
this.searchWorldResults = [];
this.searchAvatarResults = [];