From e81c43baadcaf31314c07505fa7cde70e709706d Mon Sep 17 00:00:00 2001 From: Fawn Date: Mon, 15 Apr 2019 15:25:43 -0400 Subject: pulling from master --- src/client/views/nodes/DocumentView.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 2ede6d28e..806387e20 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1,4 +1,4 @@ -import { action, computed, IReactionDisposer, reaction, runInAction } from "mobx"; +import { action, computed, IReactionDisposer, reaction, runInAction, observable } from "mobx"; import { observer } from "mobx-react"; import { Document } from "../../../fields/Document"; import { Field, Opt, FieldWaiting } from "../../../fields/Field"; @@ -94,7 +94,7 @@ export class DocumentView extends React.Component { private _downX: number = 0; private _downY: number = 0; private _reactionDisposer: Opt; - private _templates: Set