From f8af9e608d66e58aae8900928a6121f6a8d26a9b Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 14 Jun 2026 21:34:36 +0800 Subject: [PATCH] chore: editor App.vue update --- editor/App.vue | 1 + 1 file changed, 1 insertion(+) 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 {}