diff options
author | vellichora <fangrui_tong@brown.edu> | 2020-01-07 03:07:18 -0500 |
---|---|---|
committer | vellichora <fangrui_tong@brown.edu> | 2020-01-07 03:07:18 -0500 |
commit | 80d4bf70cb8e29f15d8e51b1e0bd378a26d68fcf (patch) | |
tree | 75d1a2dfd1afba84b25ad0c2e734cce68ff68f44 /src/client/views/MainView.tsx | |
parent | 5111eb546d9bcd6070ddbe8076f3389a37cd7081 (diff) |
converted tool tip text menu to react component with basic marks and dropdown
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 db2a3c298..9a0b7b7a2 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -40,6 +40,7 @@ import InkSelectDecorations from './InkSelectDecorations'; import { Scripting } from '../util/Scripting'; import { AudioBox } from './nodes/AudioBox'; import { TraceMobx } from '../../new_fields/util'; +import RichTextMenu from '../util/RichTextMenu'; @observer export class MainView extends React.Component { @@ -516,6 +517,7 @@ export class MainView extends React.Component { <ContextMenu /> <PDFMenu /> <MarqueeOptionsMenu /> + <RichTextMenu /> <OverlayView /> </div >); } |