aboutsummaryrefslogtreecommitdiff
path: root/src/util/DragManager.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-01-30 17:36:30 -0500
committerbob <bcz@cs.brown.edu>2019-01-30 17:36:30 -0500
commit0493f7f18a3eb49d0443f1742d53bb214bf9dd70 (patch)
treee13aa17f0b93a7e75ce02ea35fbe960a576f2d7d /src/util/DragManager.ts
parentf9d241406c62b6aba1a84b5947d339c1a4c28a6d (diff)
drag drop fixes for docking
Diffstat (limited to 'src/util/DragManager.ts')
-rw-r--r--src/util/DragManager.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/DragManager.ts b/src/util/DragManager.ts
index ca5b6c0ea..5a854c76d 100644
--- a/src/util/DragManager.ts
+++ b/src/util/DragManager.ts
@@ -2,6 +2,8 @@ import { Opt } from "../fields/Field";
import { DocumentView } from "../views/nodes/DocumentView";
import { DocumentDecorations } from "../DocumentDecorations";
import { SelectionManager } from "./SelectionManager";
+import { CollectionDockingView } from "../views/collections/CollectionDockingView";
+import { Document } from "../fields/Document";
export namespace DragManager {
export let rootId = "root";