diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 16:59:21 -0400 |
commit | 2cb379ebe0fd8f2dc9ffa64c2b303bef648cfa33 (patch) | |
tree | 81f43150de7615e55ed0e6f7ac7b258a14c352a2 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | a12bc4e408119ca2c310c04598c3aa2b424751c5 (diff) |
cleaned up ContainingCollectionView stuff a bit
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 a967db000..88900c4b1 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -65,7 +65,6 @@ export class DocumentContentsView extends React.Component<DocumentViewProps & { isTopMost, selectOnLoad, ScreenToLocalTransform, - CollectionView: undefined, ContainingCollectionView, active, onActiveChanged, |