From ba3b3f6f261074bd3f35012bde8730f5d4a36905 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 29 Nov 2023 10:02:34 -0500 Subject: numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. --- src/client/views/nodes/ScriptingBox.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes/ScriptingBox.tsx') diff --git a/src/client/views/nodes/ScriptingBox.tsx b/src/client/views/nodes/ScriptingBox.tsx index 197c520c7..a51a83b26 100644 --- a/src/client/views/nodes/ScriptingBox.tsx +++ b/src/client/views/nodes/ScriptingBox.tsx @@ -200,7 +200,7 @@ export class ScriptingBox extends ViewBoxAnnotatableComponent (bindings[key] = this.rootDoc[key])); - // binds vars so user doesnt have to refer to everything as self. + // binds vars so user doesnt have to refer to everything as this. ScriptCast(this.rootDoc[this.fieldKey], null)?.script.run({ ...bindings, self: this.rootDoc, this: this.layoutDoc }, this.onError); } }; @@ -748,7 +748,7 @@ export class ScriptingBox extends ViewBoxAnnotatableComponent this.props.isSelected(true) && e.stopPropagation()}> +
this.props.isSelected() && e.stopPropagation()}> {!this.compileParams.length || !this.paramsNames ? null : (
{this.paramsNames.map((parameter: string, i: number) => ( @@ -815,7 +815,7 @@ export class ScriptingBox extends ViewBoxAnnotatableComponent -
this.props.isSelected(true) && e.stopPropagation()}> +
this.props.isSelected() && e.stopPropagation()}> {this._paramSuggestion ? (
{' '} -- cgit v1.2.3-70-g09d2