diff options
author | bobzel <zzzman@gmail.com> | 2022-09-29 21:26:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-29 21:26:36 -0400 |
commit | 995ed33feef1eb663d65b1b1d3da8c91926013dc (patch) | |
tree | 0c2de747bc3145daa6826f40b20a2c30ced5ad10 /src/client/views/nodes/ScriptingBox.tsx | |
parent | 2de2e154912d95a15e5f890c9d1a3a7a11610107 (diff) |
added content pinning for collections.
Diffstat (limited to 'src/client/views/nodes/ScriptingBox.tsx')
-rw-r--r-- | src/client/views/nodes/ScriptingBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScriptingBox.tsx b/src/client/views/nodes/ScriptingBox.tsx index 37afcdd8b..f8ed70017 100644 --- a/src/client/views/nodes/ScriptingBox.tsx +++ b/src/client/views/nodes/ScriptingBox.tsx @@ -810,7 +810,6 @@ export class ScriptingBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatable // renders script UI if _applied = false and params UI if _applied = true render() { - console.log(ReactTextareaAutocomplete); TraceMobx(); return ( <div className={`scriptingBox`} onContextMenu={this.specificContextMenu} onPointerUp={!this._function ? this.suggestionPos : undefined}> |