aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2019-02-20 18:50:24 -0500
committerGitHub <noreply@github.com>2019-02-20 18:50:24 -0500
commit9692f27542d5297e9db277db9a5b0e2b0890401a (patch)
tree999413e98bded28e9f916de7813d8b1e7622e115 /src
parent778abc78c6f423ec9247a9f9b1fe6a60ea07531c (diff)
fixed compile error
Diffstat (limited to 'src')
-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 f44ad0a74..0e770cd11 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -104,6 +104,7 @@ Documents.initProtos(() => {
<DocumentView Document={mainContainer}
AddDocument={undefined} RemoveDocument={undefined} ScreenToLocalTransform={() => Transform.Identity}
Scaling={1}
+ PanelSize={[0, 0]}
isTopMost={true}
ContainingCollectionView={undefined} />
<DocumentDecorations />