chore: editor store, graph, and vite config updates

This commit is contained in:
2026-06-14 20:38:12 +08:00
parent 48da10147b
commit 59f6956b50
4 changed files with 49 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ export function useGraphEditor() {
scenes: { ...store.gameData.scenes, [source]: { ...scene, choices: newChoices } },
}
store.markDirty()
store.autoSave()
}
return {