diff options
author | bob <bcz@cs.brown.edu> | 2019-02-05 11:51:59 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-05 11:51:59 -0500 |
commit | ea9f41a84a307343593245e6de0c721704dc60fa (patch) | |
tree | 4a4d12c2a1d7d1b0e44e578e02124269ee8c2d5d /src/Main.tsx | |
parent | 46a3ba510a02464b27b806af8fd1131dbc3da242 (diff) |
more
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index 7618630f8..b72083ee6 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -80,7 +80,7 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) { ReactDOM.render(( <div style={{ position: "absolute", width: "100%", height: "100%" }}> - <DocumentView Document={mainContainer} ContainingCollectionView={undefined} DocumentContentsView={undefined} /> + <DocumentView Document={mainContainer} ContainingCollectionView={undefined} DocumentView={undefined} /> <DocumentDecorations /> <ContextMenu /> </div>), |