diff options
author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-23 21:42:21 -0500 |
---|---|---|
committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-23 21:42:21 -0500 |
commit | c2400538b8ca4b68eb8767c8976531202f2ee748 (patch) | |
tree | cd7034e33e209d253b46d9763b03057ea4c65dad /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 9cf013c5b64af47d5199ef8168a5af6c29461ed9 (diff) |
everything works except text can't be set for textboxes
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 4bec129e5..887a377b5 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -71,7 +71,6 @@ export class FormattedTextBox extends React.Component<FieldViewProps> { let state: EditorState; const { doc, fieldKey } = this.props; const config = { - doc: new Node(), schema, plugins: [ history(), |