diff --git a/module/webroot/index.js b/module/webroot/index.js index d3e9c5f..61ca499 100644 --- a/module/webroot/index.js +++ b/module/webroot/index.js @@ -84,9 +84,9 @@ async function refreshAppList() { appListContainer.innerHTML = ''; loadingIndicator.style.display = 'flex'; await new Promise(resolve => setTimeout(resolve, 500)); - loadingIndicator.style.display = 'none'; window.scrollTo(0, 0); await fetchAppList(); + loadingIndicator.style.display = 'none'; isRefreshing = false; }