From 0493f7f18a3eb49d0443f1742d53bb214bf9dd70 Mon Sep 17 00:00:00 2001 From: bob Date: Wed, 30 Jan 2019 17:36:30 -0500 Subject: drag drop fixes for docking --- src/util/DragManager.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util') 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"; -- cgit v1.2.3-70-g09d2