mod: custom version 2

This commit is contained in:
guozhigq
2023-09-09 11:46:24 +08:00
parent 0e39453558
commit f42d0d01ea
7 changed files with 125 additions and 124 deletions

View File

@ -51,7 +51,7 @@ class SSearchController extends GetxController {
searchSuggestList.value = [];
return;
}
_debouncer.call(() => querySearchSuggest(value));
// _debouncer.call(() => querySearchSuggest(value));
}
void onClear() {