chore: NodeEditor.vue update

This commit is contained in:
2026-06-14 21:23:21 +08:00
parent f741f73e11
commit 34e11a4f52

View File

@@ -40,6 +40,7 @@ function onBlur() {
} else {
const { scenes } = store.gameData
store.gameData = { ...parsed, scenes }
store.autoSave()
}
saved.value = true
setTimeout(() => { saved.value = false }, 2000)