diff options
author | bobzel <zzzman@gmail.com> | 2019-02-20 18:50:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 18:50:24 -0500 |
commit | 3f63c2b324d3cc8620f6beb825c72581839f7b8d (patch) | |
tree | 999413e98bded28e9f916de7813d8b1e7622e115 /src | |
parent | f9e115ee3a83a6e14da8305575693fc10300c6e1 (diff) |
fixed compile error
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/Main.tsx | 1 |
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 /> |