Palette history
This commit is contained in:
parent
a874101a3d
commit
76e6868cac
2 changed files with 21 additions and 13 deletions
|
|
@ -25,6 +25,10 @@ try {
|
|||
const parser = new Parser(tokens, cgCode);
|
||||
const defs = parser.parse();
|
||||
loadDefinitions();
|
||||
|
||||
// TODO remove once we're booting from store, files are backup
|
||||
if (!store.paletteHistory) store.paletteHistory = [];
|
||||
|
||||
compileAndRun(defs);
|
||||
saveDefinitions();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue