mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user