Debounce search

This commit is contained in:
Jon Staab
2025-11-25 11:55:32 -08:00
parent 64c77cfd13
commit 229d92055f
4 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ export const getBlossomServer = async (options: GetBlossomServerOptions = {}) =>
}
}
const userUrls = getTagValues("server", getListTags(userBlossomServerList.get()))
const userUrls = getTagValues("server", getListTags(get(userBlossomServerList)))
for (const url of userUrls) {
return normalizeBlossomUrl(url)