diff options
author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-01-09 18:55:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 18:55:14 -0500 |
commit | 29a1f1dae11e7208977faf0c17ec80b6bad97223 (patch) | |
tree | 46204c2bdaa18cc352868b8d67450f8f2a1a3506 /src/client/util/SelectionManager.ts | |
parent | 6a45fd58601a2b03ed234f05b9b0a1b91d25a54d (diff) | |
parent | eec70e08bf5fa5f3a0a4e3b07bdc05777f71d2ef (diff) |
Merge pull request #329 from browngraphicslab/textbox_fawn_fix
rich text menu
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r-- | src/client/util/SelectionManager.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts index 4612f10f4..86a7a620e 100644 --- a/src/client/util/SelectionManager.ts +++ b/src/client/util/SelectionManager.ts @@ -3,6 +3,8 @@ import { Doc } from "../../new_fields/Doc"; import { DocumentView } from "../views/nodes/DocumentView"; import { computedFn } from "mobx-utils"; import { List } from "../../new_fields/List"; +import { DocumentDecorations } from "../views/DocumentDecorations"; +import RichTextMenu from "./RichTextMenu"; export namespace SelectionManager { |