Fix autofocus handling in appstore view

This commit is contained in:
Johannes Zellner
2025-04-21 10:46:51 +02:00
parent 5be2eb1c9a
commit dfc4667910
+1 -1
View File
@@ -86,7 +86,7 @@ onMounted(async () => {
console.error('No such version found');
}
} else {
searchInput.value.$el.focus();
setTimeout(() => searchInput.value.$el.focus(), 100);
}
proxyApp.value = await getApp(PROXY_APP_ID);