diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-07-09 14:59:21 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-07-09 14:59:21 -0400 |
commit | ab7856009d57ad52ac7d8479311ef9fce7ab084b (patch) | |
tree | 93695d6933e9cf5742d5512cf9b4fc48b22489e6 /src/client/views/MainView.tsx | |
parent | f65f3f16b50a3e43555626ed5fb97c78aed9c5a4 (diff) |
preview semi-working
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 087bc904a..e7a8e5c7b 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -372,7 +372,7 @@ export class MainView extends React.Component { {this.nodesMenu()} {this.miscButtons} <PDFMenu /> - <MainOverlayTextBox /> + <MainOverlayTextBox firstinstance={true} /> </div> ); } |