avoiding search when search string is empty

This commit is contained in:
adisposkofh
2026-05-06 13:49:43 +02:00
parent 57e901be27
commit adba14f6e7
@@ -364,6 +364,9 @@ export default {
}
if (this.abortController) this.abortController.abort();
if (!this.searchsettings.searchstr?.length) return;
this.abortController = new AbortController();
this.searchfunction(this.searchsettings, {