From d89b1039ecc05d4d6c40fc38f51da9cee0c00af6 Mon Sep 17 00:00:00 2001 From: Hannah Date: Sun, 10 Feb 2019 22:13:15 -0500 Subject: Small changes for starting annotations --- src/client/views/nodes/AnnotationView.tsx | 0 src/client/views/nodes/FormattedTextBox.tsx | 2 -- 2 files changed, 2 deletions(-) create mode 100644 src/client/views/nodes/AnnotationView.tsx (limited to 'src') diff --git a/src/client/views/nodes/AnnotationView.tsx b/src/client/views/nodes/AnnotationView.tsx new file mode 100644 index 000000000..e69de29bb diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 8bc4c902c..eead43b9f 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -1,5 +1,4 @@ import { action, IReactionDisposer, reaction } from "mobx"; -import { observer } from "mobx-react" import { baseKeymap } from "prosemirror-commands"; import { history, redo, undo } from "prosemirror-history"; import { keymap } from "prosemirror-keymap"; @@ -31,7 +30,6 @@ import { CollectionFreeFormDocumentView } from "./CollectionFreeFormDocumentView // specified Key and assigns it to an HTML input node. When changes are made tot his node, // this will edit the document and assign the new value to that field. //] -@observer export class FormattedTextBox extends React.Component { public static LayoutString() { return FieldView.LayoutString("FormattedTextBox"); } -- cgit v1.2.3-70-g09d2