Tested and fixed triggers in new action engine

This commit is contained in:
Thaum Rystra
2024-05-14 10:02:54 +02:00
parent 4a52c3af19
commit 195704ed7a
8 changed files with 154 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ export default function writeAlteredProperties(computation) {
'left',
'right',
'parentId',
'triggerIds',
...schema.objectKeys(),
];
op = addChangedKeysToOp(op, keys, original, changed);