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/views/nodes/FormattedTextBoxComment.tsx | |
parent | 9ad73769dd2f3a7c6598041f123dfd5cb7ef05d5 (diff) |
changes to RichTextSchema
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBoxComment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBoxComment.tsx b/src/client/views/nodes/FormattedTextBoxComment.tsx index 20d734244..4f6244d9a 100644 --- a/src/client/views/nodes/FormattedTextBoxComment.tsx +++ b/src/client/views/nodes/FormattedTextBoxComment.tsx @@ -7,7 +7,7 @@ import { Cast, FieldValue, NumCast } from "../../../new_fields/Types"; import { emptyFunction, returnEmptyString, returnFalse, Utils, emptyPath } from "../../../Utils"; import { DocServer } from "../../DocServer"; import { DocumentManager } from "../../util/DocumentManager"; -import { schema } from "../../util/RichTextSchema"; +import { schema } from "../../util/schema_rts"; import { Transform } from "../../util/Transform"; import { ContentFittingDocumentView } from "./ContentFittingDocumentView"; import { FormattedTextBox } from "./FormattedTextBox"; |