From 481ca03c47962b301199285feebdb73a66818a9f Mon Sep 17 00:00:00 2001 From: yipstanley Date: Sun, 20 Jan 2019 19:48:04 -0500 Subject: switching to cffv --- src/views/freeformcanvas/CollectionFreeFormView.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/views') diff --git a/src/views/freeformcanvas/CollectionFreeFormView.tsx b/src/views/freeformcanvas/CollectionFreeFormView.tsx index 4e9e0cd21..4c8fcec10 100644 --- a/src/views/freeformcanvas/CollectionFreeFormView.tsx +++ b/src/views/freeformcanvas/CollectionFreeFormView.tsx @@ -10,6 +10,7 @@ import { ListField } from "../../fields/ListField"; import { NumberField } from "../../fields/NumberField"; import { SSL_OP_SINGLE_DH_USE } from "constants"; import { DocumentDecorations } from "../../DocumentDecorations"; +import { SelectionManager } from "../../util/SelectionManager"; interface IProps { fieldKey: Key; @@ -94,8 +95,8 @@ export class CollectionFreeFormView extends React.Component { height: "calc(100% - 4px)", overflow: "hidden" }}> -
-
+
+
{value.map(doc => { return (); })} -- cgit v1.2.3-70-g09d2