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
commit3f63c2b324d3cc8620f6beb825c72581839f7b8d (patch)
tree999413e98bded28e9f916de7813d8b1e7622e115 /src
parentf9e115ee3a83a6e14da8305575693fc10300c6e1 (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 />