chore: editor App and NodeEditor updates

This commit is contained in:
2026-06-14 21:39:09 +08:00
parent f8af9e608d
commit 80b361813e
2 changed files with 1 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ function onBlur() {
} else {
const { scenes } = store.gameData
store.gameData = { ...parsed, scenes }
store.startSceneId = parsed.startScene || store.startSceneId
store.autoSave()
}
saved.value = true