perf(webui): early set for static Selector options

refactor/sveltekit
Tomáš Mládek 2024-01-17 20:37:46 +01:00
parent 8917221b42
commit 8a32b583d1
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@
});
}
options = result;
if (types.includes("Address")) {
if (doSearch) {
if (emptyOptions === undefined || query.length > 0) {