diff options
author | bobzel <zzzman@gmail.com> | 2020-07-12 14:56:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 14:56:22 -0400 |
commit | 2e810cc714653fbcfa1db278407e0f8d6074cdeb (patch) | |
tree | 6367bebbf8875a8d9493d3b2540ea320d347ba0c /src/client/views/MainView.tsx | |
parent | 3439640aad338bb8ff0e12df637e1b4509684001 (diff) | |
parent | 9f1ad8a6e9c1a2071b20907af1b2c8d5adc1a65c (diff) |
Merge pull request #439 from browngraphicslab/anika_linking
Linking
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index b9ee58d5d..92f1dfec0 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -612,16 +612,16 @@ export class MainView extends React.Component { <InkOptionsMenu /> <FormatShapePane /> <RichTextMenu key="rich" /> - <GestureOverlay > - {this.mainContent} - </GestureOverlay> - <PreviewCursor /> - <LinkCreatedBox /> {LinkDescriptionPopup.descriptionPopup ? <LinkDescriptionPopup /> : null} {DocumentLinksButton.EditLink ? <LinkMenu location={DocumentLinksButton.EditLinkLoc} docView={DocumentLinksButton.EditLink} addDocTab={DocumentLinksButton.EditLink.props.addDocTab} changeFlyout={emptyFunction} /> : (null)} {LinkDocPreview.LinkInfo ? <LinkDocPreview location={LinkDocPreview.LinkInfo.Location} backgroundColor={this.defaultBackgroundColors} linkDoc={LinkDocPreview.LinkInfo.linkDoc} linkSrc={LinkDocPreview.LinkInfo.linkSrc} href={LinkDocPreview.LinkInfo.href} addDocTab={LinkDocPreview.LinkInfo.addDocTab} /> : (null)} + <GestureOverlay > + {this.mainContent} + </GestureOverlay> + <PreviewCursor /> + <LinkCreatedBox /> <ContextMenu /> <FormatShapePane /> <RadialMenu /> |