Do not autofocus appstore search input when dialog closes

This commit is contained in:
Johannes Zellner
2026-01-05 17:31:15 +01:00
parent f427d9f1c4
commit fc417022c9
-3
View File
@@ -108,9 +108,6 @@ const categories = [
async function onAppInstallDialogClose() {
window.location.href = '#/appstore';
await nextTick();
if (searchInput.value) searchInput.value.$el.focus();
}
function onInstall(app) {