aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2019-02-05 23:19:26 -0500
committerbobzel <zzzman@gmail.com>2019-02-05 23:19:26 -0500
commite59dbb02175ec394a35c496201da71c90cd6a50a (patch)
treecf56fe399dca0fb64fece2ee1ed22044d95ea25c /src/Main.tsx
parent4ac7a62d813738b0047caefbcf40d3063ec9e6c1 (diff)
mostly working version, but confused about LayoutKeys needing to inquire value seemingly unecessarily
Diffstat (limited to 'src/Main.tsx')
-rw-r--r--src/Main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index 2b805071f..de4a1de5d 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} DocumentView={undefined} Data={mainContainer.GetField(KeyStore.Data)} />
+ <DocumentView Document={mainContainer} ContainingCollectionView={undefined} DocumentView={undefined} />
<DocumentDecorations />
<ContextMenu />
</div>),