diff options
author | bobzel <zzzman@gmail.com> | 2023-04-13 22:22:07 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-13 22:22:07 -0400 |
commit | 5cd64622f14ede408d3baca4a10d155b60392e46 (patch) | |
tree | 53a576d45388cf73767f0f102bb29dd96e899717 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 5d1e3710a015d8915bd367ece753817d84d9d916 (diff) |
lots of changes to get rid of ContainingCollectionDoc and ContainingCollectionView props.
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 dbcfe43cf..76a5ce7b3 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -154,7 +154,6 @@ export class DocumentContentsView extends React.Component< // these are the properties in DocumentViewProps that need to be removed to pass on only DocumentSharedViewProps to the FieldViews 'hideResizeHandles', 'hideTitle', - 'treeViewDoc', 'contentPointerEvents', 'radialMenu', 'LayoutTemplateString', |