fix loading

This commit is contained in:
2026-01-23 00:16:48 +09:00
parent c124492561
commit e5cccaca39
2 changed files with 26 additions and 13 deletions

View File

@@ -441,9 +441,9 @@ async function render(route: Route): Promise<void> {
<div class="error">Error: ${error}</div>
${renderFooter(currentHandle, undefined)}
`
hideLoading(app)
setupEventHandlers()
} finally {
hideLoading(app)
isFirstRender = false
}
}