diff options
author | bobzel <zzzman@gmail.com> | 2022-06-21 21:51:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-21 21:51:17 -0400 |
commit | 669d20040a727cf0599126eccffb175643d4fa09 (patch) | |
tree | f14822bbda878b48301d8c7f4de89473bcfd6dc7 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | e691d8e72ba632f0ef2d4122fe7233f9a48d4439 (diff) | |
parent | b99e32960ff624237ca99c8d6ee756026a79003a (diff) |
Merge branch 'master' into data-visualization-view-naafi
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 60eef7cfd..371d85a32 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -144,7 +144,6 @@ export class DocumentContentsView extends React.Component<DocumentViewProps & Fo CreateBindings(onClick: Opt<ScriptField>, onInput: Opt<ScriptField>): JsxBindings { const docOnlyProps = [ // these are the properties in DocumentViewProps that need to be removed to pass on only DocumentSharedViewProps to the FieldViews - "freezeDimensions", "hideResizeHandles", "hideTitle", "treeViewDoc", |