diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-30 14:01:59 -0400 |
commit | d7f515f32de780884774e7bbdcc1cfe78733af45 (patch) | |
tree | 76d77162c54ef732e17813f77253eafb263840e8 /src/client/views/MainView.tsx | |
parent | d49e573d62fb9caee0568b454cb3555775a887ff (diff) |
a bunch of changes to presentation view ... more coming.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index dadff21a7..35d527c91 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -634,7 +634,6 @@ export class MainView extends React.Component { <SharingManager /> <DocumentDecorations /> {this.mainContent} - {PresBox.miniPresentation} <PreviewCursor /> <ContextMenu /> {this.nodesMenu()} |