diff options
author | eeng5 <eleanor.eng5@gmail.com> | 2019-11-19 17:49:37 -0500 |
---|---|---|
committer | eeng5 <eleanor.eng5@gmail.com> | 2019-11-19 17:49:37 -0500 |
commit | 7347f1eb7320e5e95f87c64b3222e4b4c1593be5 (patch) | |
tree | 180b80e3f32cb8d9499d1f1568cdee593abf799c /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | f194abe2a54158bb041e1e0e7cfa6e22c669629f (diff) | |
parent | 8b6f70cd0ddac6d2669c3b0624d59a866737497c (diff) |
Merge branch 'server_refactor' of https://github.com/browngraphicslab/Dash-Web into server_refactor
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index d0e1d1922..bbd9859a8 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -87,7 +87,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF finalPanelHeight = () => this.dataProvider ? this.dataProvider.height : this.panelHeight(); render() { - trace(); + // trace(); return <div className="collectionFreeFormDocumentView-container" style={{ boxShadow: |