diff options
author | safaemerigh <59888326+safaemerigh@users.noreply.github.com> | 2020-04-27 21:18:15 +0000 |
---|---|---|
committer | safaemerigh <59888326+safaemerigh@users.noreply.github.com> | 2020-04-27 21:18:15 +0000 |
commit | 587c2d593e7f33698dcdaa0ad8030ad0c4be5064 (patch) | |
tree | c592314be4971beb943eb79831c5ef01a4819d1b /src/client/util/RichTextMenu.tsx | |
parent | 9ad73769dd2f3a7c6598041f123dfd5cb7ef05d5 (diff) |
changes to RichTextSchema
Diffstat (limited to 'src/client/util/RichTextMenu.tsx')
-rw-r--r-- | src/client/util/RichTextMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextMenu.tsx b/src/client/util/RichTextMenu.tsx index 3f0ec7aa5..34bdf246a 100644 --- a/src/client/util/RichTextMenu.tsx +++ b/src/client/util/RichTextMenu.tsx @@ -3,7 +3,7 @@ import AntimodeMenu from "../views/AntimodeMenu"; import { observable, action, } from "mobx"; import { observer } from "mobx-react"; import { Mark, MarkType, Node as ProsNode, NodeType, ResolvedPos, Schema } from "prosemirror-model"; -import { schema } from "./RichTextSchema"; +import { schema } from "./schema_rts"; import { EditorView } from "prosemirror-view"; import { EditorState, NodeSelection, TextSelection } from "prosemirror-state"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; |