diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-18 14:00:25 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-18 14:00:25 -0400 |
commit | 11537da75c76fba79a2709d2ad175dfa16a25256 (patch) | |
tree | 1250a20ff25bbc43e880a4e52230d5396c5c5086 /src/client/views/MainView.tsx | |
parent | e21810a4097e724a378416135c7cc6def7ff022c (diff) |
fixes for drawing link anchors to pdf text selections.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 9304f4bef..4c2b6f262 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -183,7 +183,8 @@ export class MainView extends React.Component { y: 400, width: this._panelWidth * .7, height: this._panelHeight, - title: "My Blank Collection" + title: "My Blank Collection", + backgroundColor: "white" }; let workspaces: FieldResult<Doc>; let freeformDoc = CurrentUserUtils.GuestTarget || Docs.Create.FreeformDocument([], freeformOptions); |