mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-11 12:02:26 +00:00
minor mod
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
if (this.abortController) this.abortController.abort();
|
||||
this.abortController = new AbortController();
|
||||
|
||||
if (!this.getSearchStr()?.length) return;
|
||||
if (!this.searchsettings.searchstr?.length) return;
|
||||
|
||||
this.searchfunction(this.searchsettings, {
|
||||
timeout: 50000,
|
||||
|
||||
Reference in New Issue
Block a user