diff options
author | bob <bcz@cs.brown.edu> | 2019-01-30 17:36:30 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-01-30 17:36:30 -0500 |
commit | 0493f7f18a3eb49d0443f1742d53bb214bf9dd70 (patch) | |
tree | e13aa17f0b93a7e75ce02ea35fbe960a576f2d7d /src/util/DragManager.ts | |
parent | f9d241406c62b6aba1a84b5947d339c1a4c28a6d (diff) |
drag drop fixes for docking
Diffstat (limited to 'src/util/DragManager.ts')
-rw-r--r-- | src/util/DragManager.ts | 2 |
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"; |