Get the Sieve GUI partially working

This commit is contained in:
the-djmaze 2024-09-22 18:53:42 +02:00
parent 55c5910590
commit 7e45ffab74
11 changed files with 33 additions and 8 deletions

View file

@ -291,5 +291,6 @@ export const parseScript = (script, name = 'script.sieve') => {
}
tree.requires = requires;
tree.toString = () => tree.join('\r\n');
return tree;
};