diff options
author | bobzel <zzzman@gmail.com> | 2020-12-11 02:07:40 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-11 02:07:40 -0500 |
commit | 495b60322b56d50f90398757c3a3c1f56da66cdc (patch) | |
tree | b6d9ea395e9682e764b53348d2365b6a8ff38f90 /src/client/views/PropertiesView.tsx | |
parent | f9f7e0aac784d3b32c5adab04d8ec5d7807b0390 (diff) |
cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added hideTitle. fixed background shadow on isButton documents.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 352c70e94..03e0a35ec 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -269,7 +269,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { DataDoc={this.dataDoc} renderDepth={1} rootSelected={returnFalse} - treeViewDoc={undefined} styleProvider={this.props.styleProvider} fitToBox={true} freezeDimensions={true} |