diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-08-13 17:26:49 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-08-13 17:26:49 -0400 |
commit | e03a1b2cc90e0fdb7789f4826e482e9040aa7075 (patch) | |
tree | 8704de27d354bc20512a6b8058df3e4ba4c1bb64 /src/client/views/MainView.tsx | |
parent | 843ac47f04f8c9bd687600f9f07fe4c15744e4ec (diff) |
80% done, garbage collection is much needed
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 419b15697..0b6fe3876 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -41,6 +41,7 @@ import { ClientUtils } from '../util/ClientUtils'; import { SchemaHeaderField, RandomPastel } from '../../new_fields/SchemaHeaderField'; //import { DocumentManager } from '../util/DocumentManager'; import { DictationManager } from '../util/DictationManager'; +import { Recommendations } from './Recommendations'; @observer export class MainView extends React.Component { @@ -581,6 +582,7 @@ export class MainView extends React.Component { {this.mainContent} <PreviewCursor /> <ContextMenu /> + <Recommendations /> {this.nodesMenu()} {this.miscButtons} <PDFMenu /> |