aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-06-24 01:46:42 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-06-24 01:46:42 -0400
commit9e37056e3b1e5412e2eca9020841a56503f70d32 (patch)
tree4e93b0cfc61b432ba97f3a4f96f70d991535ad49 /src/client/views/MainView.tsx
parent1e582397fe3d659c547218dbf0e146ac9bb781ff (diff)
changed richTextMenu to dock at top of window. fixed ColorBox to set foreground color of selected text.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index d6c46e3b0..0686e797e 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -570,6 +570,7 @@ export class MainView extends React.Component {
<GoogleAuthenticationManager />
<DocumentDecorations />
<GestureOverlay>
+ <RichTextMenu key="rich" />
{this.mainContent}
</GestureOverlay>
<PreviewCursor />
@@ -578,7 +579,6 @@ export class MainView extends React.Component {
<PDFMenu />
<MarqueeOptionsMenu />
<InkOptionsMenu />
- <RichTextMenu />
<OverlayView />
<TimelineMenu />
{this.snapLines}