aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-20 20:18:31 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-20 20:18:31 -0500
commitbdc798e6a966e12f574ab47cd46c9cb802aafe74 (patch)
treea74675518974f17a4fc21dbf6506592de761a348 /src/client/views/Main.tsx
parent67a2592f5b267df3f3d2e1e96eb6dd6c0c8032a5 (diff)
parent3b067e1353d1814517dad0a53cc59f193e4ebab2 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r--src/client/views/Main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx
index 6d3d4d4c2..2f8337d8e 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -110,6 +110,7 @@ Documents.initProtos(() => {
<DocumentView Document={mainContainer}
AddDocument={undefined} RemoveDocument={undefined} ScreenToLocalTransform={() => Transform.Identity}
Scaling={1}
+ PanelSize={[0, 0]}
isTopMost={true}
ContainingCollectionView={undefined} />
<DocumentDecorations />