mod: custom version 2
This commit is contained in:
@ -51,7 +51,7 @@ class SSearchController extends GetxController {
|
||||
searchSuggestList.value = [];
|
||||
return;
|
||||
}
|
||||
_debouncer.call(() => querySearchSuggest(value));
|
||||
// _debouncer.call(() => querySearchSuggest(value));
|
||||
}
|
||||
|
||||
void onClear() {
|
||||
|
||||
@ -144,7 +144,7 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
|
||||
children: [
|
||||
const SizedBox(height: 12),
|
||||
// 搜索建议
|
||||
_searchSuggest(),
|
||||
// _searchSuggest(),
|
||||
// 热搜
|
||||
Visibility(
|
||||
visible: _searchController.enableHotKey,
|
||||
|
||||
Reference in New Issue
Block a user