aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/PreviewCursor.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-18 00:34:29 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-18 00:34:29 -0400
commit33103b6efb18e537707662c423248ae74ffd13e8 (patch)
treead8c62c7aa9581bbfa3a45008955074b599e32d8 /src/client/views/collections/PreviewCursor.tsx
parent63ceada966447c67703a8f649d23c735dff23f3b (diff)
parentd5191190467e3cb201db8d43fee3a3b53f88cdfb (diff)
Merge branch 'server_dev' of github-tsch-brown:browngraphicslab/Dash-Web into server_dev
Diffstat (limited to 'src/client/views/collections/PreviewCursor.tsx')
-rw-r--r--src/client/views/collections/PreviewCursor.tsx10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/client/views/collections/PreviewCursor.tsx b/src/client/views/collections/PreviewCursor.tsx
index a1411250a..cbcfa568d 100644
--- a/src/client/views/collections/PreviewCursor.tsx
+++ b/src/client/views/collections/PreviewCursor.tsx
@@ -1,16 +1,12 @@
-import { trace } from "mobx";
-import "./PreviewCursor.scss";
-import React = require("react");
import { action, IReactionDisposer, observable, reaction } from "mobx";
import { observer } from "mobx-react";
import { Document } from "../../../fields/Document";
-import { FieldWaiting, Opt } from "../../../fields/Field";
-import { KeyStore } from "../../../fields/KeyStore";
-import { ListField } from "../../../fields/ListField";
+import { Opt } from "../../../fields/Field";
import { Documents } from "../../documents/Documents";
-import { SelectionManager } from "../../util/SelectionManager";
import { Transform } from "../../util/Transform";
import { CollectionFreeFormView } from "./CollectionFreeFormView";
+import "./PreviewCursor.scss";
+import React = require("react");
export interface PreviewCursorProps {