diff options
author | bobzel <zzzman@gmail.com> | 2020-12-12 22:52:26 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-12 22:52:26 -0500 |
commit | 890dd1c3d8d6a00cf3111972c20f7b5b9cb09085 (patch) | |
tree | e5a3b38b32771dd1d2162ca8cb30d82700423f9d /src/client/views/nodes/KeyValuePair.tsx | |
parent | 9ca004669a7882123277eb46cad8e86b28305266 (diff) |
made conentScaling a DocumentView-only prop
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
-rw-r--r-- | src/client/views/nodes/KeyValuePair.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx index aaf544c50..3c10cc5fe 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -76,7 +76,6 @@ export class KeyValuePair extends React.Component<KeyValuePairProps> { PanelHeight: this.props.PanelHeight, addDocTab: returnFalse, pinToPres: returnZero, - ContentScaling: returnOne }; const contents = <FieldView {...props} />; // let fieldKey = Object.keys(props.Document).indexOf(props.fieldKey) !== -1 ? props.fieldKey : "(" + props.fieldKey + ")"; |