aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-07-09 14:59:21 -0400
committerab <abdullah_ahmed@brown.edu>2019-07-09 14:59:21 -0400
commitab7856009d57ad52ac7d8479311ef9fce7ab084b (patch)
tree93695d6933e9cf5742d5512cf9b4fc48b22489e6 /src/client/views/MainView.tsx
parentf65f3f16b50a3e43555626ed5fb97c78aed9c5a4 (diff)
preview semi-working
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
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>
);
}