diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-08-07 16:28:51 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-08-07 16:28:51 -0400 |
commit | 17b27d3575d3f91f461262e5ad72a457238d198a (patch) | |
tree | 98e6c0a9f5a8f140ff6239a27ebc6f518c87280b /src/client/views/MainView.tsx | |
parent | 06b59a4ec2f1871846696da22928fc7d54ae02d6 (diff) |
correlation matrix completed
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 2ecf5fd85..97964166a 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -39,6 +39,7 @@ import { FilterBox } from './search/FilterBox'; import { CollectionTreeView } from './collections/CollectionTreeView'; import { ClientUtils } from '../util/ClientUtils'; import { SchemaHeaderField, RandomPastel } from '../../new_fields/SchemaHeaderField'; +//import { DocumentManager } from '../util/DocumentManager'; @observer export class MainView extends React.Component { @@ -435,6 +436,12 @@ export class MainView extends React.Component { </div >; } + // clusterDocuments = () => { + // DocumentManager.Instance.DocumentViews(); + // } + + + @action |