fix: fix app expr break

This commit is contained in:
Ruben Fiszel
2024-02-28 15:48:26 +01:00
parent d65303ca42
commit e3c51539a0
2 changed files with 0 additions and 3 deletions
@@ -254,7 +254,6 @@
row: rowContext ? $rowContext : undefined,
group: groupContext ? $groupContext : undefined
}),
false,
$state,
isEditor,
$componentControl,
@@ -456,7 +455,6 @@
row: rowContext ? $rowContext : undefined,
result: res
}),
false,
$state,
isEditor,
$componentControl,
@@ -66,7 +66,6 @@ function make_context_evaluator(eval_string, contextKeys: string[]): WmFunctor {
return functorCache[cacheKey]
}
let template = create_context_function_template(eval_string, contextKeys)
console.log(template)
let functor = Function(template)
let r = functor()
functorCache[cacheKey] = r