chore: editor App.vue update

This commit is contained in:
2026-06-14 21:34:36 +08:00
parent 7c80fc431c
commit f8af9e608d

View File

@@ -88,6 +88,7 @@ async function restoreOrLoad() {
if (resp.ok) {
store.loadJSON(await resp.json())
store.setSourcePath(lastSource)
loading.value = false
return
}
} catch {}