diff options
| author | bobzel <zzzman@gmail.com> | 2020-04-28 10:57:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 10:57:36 -0400 |
| commit | 65458838ce4c903946a669b1ead5e576d0bc4009 (patch) | |
| tree | 60c2235b15800c84dbcbdea624ae49fa892b59b7 /src/client/views/InkingControl.tsx | |
| parent | c05c272cab73cf700cc995648642e6defb974798 (diff) | |
| parent | 1ec185790790367d0437cc2adb1fbb80e7310f52 (diff) | |
Merge pull request #354 from browngraphicslab/richTextSchemaS
Rich text schema s
Diffstat (limited to 'src/client/views/InkingControl.tsx')
| -rw-r--r-- | src/client/views/InkingControl.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/InkingControl.tsx b/src/client/views/InkingControl.tsx index 172c1864a..70ea955e1 100644 --- a/src/client/views/InkingControl.tsx +++ b/src/client/views/InkingControl.tsx @@ -8,7 +8,7 @@ import { Scripting } from "../util/Scripting"; import { SelectionManager } from "../util/SelectionManager"; import { undoBatch } from "../util/UndoManager"; import GestureOverlay from "./GestureOverlay"; -import { FormattedTextBox } from "./nodes/FormattedTextBox"; +import { FormattedTextBox } from "./nodes/formattedText/FormattedTextBox"; export class InkingControl { @observable static Instance: InkingControl; |
