diff options
author | bob <bcz@cs.brown.edu> | 2019-08-13 15:42:05 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-13 15:42:05 -0400 |
commit | afec8d91ec6de13de33e2a31c987727b4cc7101d (patch) | |
tree | 95fd2f51ecd2cc9a31b4e868c356bb52dfb85488 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 73dbd95e2f70bec212d766b2c6545fe59227b82a (diff) |
changes to fix stacking layouts used with templates. rearrangement of menu options.
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 2466f13f6..c73e960d8 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -85,8 +85,7 @@ export class DocumentContentsView extends React.Component<DocumentViewProps & { let list = { ...OmitKeys(this.props, ['parentActive'], (obj: any) => obj.active = this.props.parentActive).omit, Document: this.layoutDoc, - DataDoc: this.dataDoc, - onClick: this.props.onClick + DataDoc: this.dataDoc }; return { props: list }; } |