diff options
author | ab <abdullah_ahmed@brown.edu> | 2019-06-12 10:35:36 -0400 |
---|---|---|
committer | ab <abdullah_ahmed@brown.edu> | 2019-06-12 10:35:36 -0400 |
commit | 258be09fcfa48f355751cbe99291892018a91ffc (patch) | |
tree | 6a19b41e055725fe2d836b9870d80c66939cde38 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 366ac7e434be306ffd979d7f22ef50ad77fbc1eb (diff) |
plus sign
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 b40c6d580..14597dbf1 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -16,7 +16,7 @@ import { DocumentManager } from "../../util/DocumentManager"; import { DragManager } from "../../util/DragManager"; import buildKeymap from "../../util/ProsemirrorKeymap"; import { inpRules } from "../../util/RichTextRules"; -import { SummarizedView, ImageResizeView, schema } from "../../util/RichTextSchema"; +import { ImageResizeView, schema } from "../../util/RichTextSchema"; import { SelectionManager } from "../../util/SelectionManager"; import { TooltipLinkingMenu } from "../../util/TooltipLinkingMenu"; import { TooltipTextMenu } from "../../util/TooltipTextMenu"; |