diff --git a/editor/App.vue b/editor/App.vue index 84640aa..a0f83d4 100644 --- a/editor/App.vue +++ b/editor/App.vue @@ -88,6 +88,7 @@ async function restoreOrLoad() { if (resp.ok) { store.loadJSON(await resp.json()) store.setSourcePath(lastSource) + loading.value = false return } } catch {}