run macro on jsl data

This commit is contained in:
Jan Prochazka
2023-02-24 16:48:37 +01:00
parent 6ff4acc50d
commit d024b6f25c
6 changed files with 59 additions and 16 deletions

View File

@@ -154,7 +154,7 @@
}
function handleRunMacro(macro, params, cells) {
const newChangeSet = runMacroOnChangeSet(macro, params, cells, $changeSetStore?.value, display);
const newChangeSet = runMacroOnChangeSet(macro, params, cells, $changeSetStore?.value, display, false);
if (newChangeSet) {
dispatchChangeSet({ type: 'set', value: newChangeSet });
}