diff options
author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-08 23:42:40 -0500 |
---|---|---|
committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-03-08 23:42:40 -0500 |
commit | 8ea26fc316685f0a3d1b81b7c2e8bd612acbb99c (patch) | |
tree | 1e7bc0ec6960330b72b503f534684edfd8b13b1c /src/client/views/nodes/DocumentView.tsx | |
parent | f4a01b9b394a5bdc48e57923567249bb05cb71ff (diff) |
workspace persistencegit add -Agit add -A
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 19a455b74..0052e9316 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -212,7 +212,7 @@ export class DocumentView extends React.Component<DocumentViewProps> { SelectionManager.SelectDoc(this, e.ctrlKey); } - @computed get mainContent() { + get mainContent() { return <JsxParser components={{ FormattedTextBox, ImageBox, CollectionFreeFormView, CollectionDockingView, CollectionSchemaView, CollectionView, WebBox, KeyValueBox }} bindings={this._documentBindings} |