diff options
author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-16 18:12:46 -0400 |
---|---|---|
committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-16 18:12:46 -0400 |
commit | 6a0a1528a9fd90bfcdd1c9283db4c717bc2d6975 (patch) | |
tree | 41a33538bc7074f42854dbd7b8b55246ae3bb46a /src/client/views/nodes/FormattedTextBox.tsx | |
parent | c135d7ff8af5b3cf73b8789452f655d8d312e878 (diff) |
basic linking and unlinking working
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index bff8ca7a4..bd98622fb 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -9,7 +9,7 @@ import { KeyStore } from "../../../fields/KeyStore"; import { RichTextField } from "../../../fields/RichTextField"; import { TextField } from "../../../fields/TextField"; import { Document } from "../../../fields/Document"; -import buildKeymap from "../../util/ProsemirrorKeymap"; +import buildKeymap from "../../util/ProsemirrorExampleTransfer"; import { inpRules } from "../../util/RichTextRules"; import { schema } from "../../util/RichTextSchema"; import { TooltipLinkingMenu } from "../../util/TooltipLinkingMenu"; |