diff options
author | bobzel <zzzman@gmail.com> | 2019-11-15 15:12:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 15:12:55 -0500 |
commit | 22d1e65236bae11c508d5c34ebcbddd1a552bfd8 (patch) | |
tree | b80952873761da2c2e800195d74a989f1cd89d8c /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 1dd4ab8bfdacb50512d3ec9bce6945e476d9686f (diff) | |
parent | 2ab22e64e9b95e6b76566c493ae90f5951475e72 (diff) |
Merge pull request #301 from browngraphicslab/textbox_fawn_fix
Rich text editor menu
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 0a535045b..35212b732 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -17,7 +17,7 @@ import { Copy, Id } from '../../../new_fields/FieldSymbols'; import { RichTextField } from "../../../new_fields/RichTextField"; import { RichTextUtils } from '../../../new_fields/RichTextUtils'; import { createSchema, makeInterface } from "../../../new_fields/Schema"; -import { Cast, DateCast, NumCast, StrCast } from "../../../new_fields/Types"; +import { Cast, NumCast, StrCast } from "../../../new_fields/Types"; import { numberRange, Utils, addStyleSheet, addStyleSheetRule, clearStyleSheetRules, emptyFunction, returnOne } from '../../../Utils'; import { GoogleApiClientUtils, Pulls, Pushes } from '../../apis/google_docs/GoogleApiClientUtils'; import { DocServer } from "../../DocServer"; |