diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-14 21:56:48 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-14 21:56:48 -0400 |
commit | 6c96bd6c8ef06e1ecb75ca39a575155dafcc26f1 (patch) | |
tree | 5bbe4223bbda5e6695e517414a41e0b150ddd1e8 /src/client/views/MainView.tsx | |
parent | 07d71ea914c5bae3136b6c911c38b3373afcd5a7 (diff) |
moving collectionViewChrome to CollectionMenu
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 41efe246c..428fb835b 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -66,6 +66,7 @@ import { LinkCreatedBox } from './nodes/LinkCreatedBox'; import { LinkDescriptionPopup } from './nodes/LinkDescriptionPopup'; import FormatShapePane from "./collections/collectionFreeForm/FormatShapePane"; import HypothesisAuthenticationManager from '../apis/HypothesisAuthenticationManager'; +import CollectionMenu from './collections/CollectionMenu'; @observer export class MainView extends React.Component { @@ -612,6 +613,7 @@ export class MainView extends React.Component { <GoogleAuthenticationManager /> <HypothesisAuthenticationManager /> <DocumentDecorations /> + <CollectionMenu /> <InkOptionsMenu /> <FormatShapePane /> <RichTextMenu key="rich" /> |