diff options
author | bob <bcz@cs.brown.edu> | 2019-02-05 11:22:10 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-05 11:22:10 -0500 |
commit | 58c7742c18f82fe854784b083dfa723a8f256b72 (patch) | |
tree | 7f5df647e16b225c81db90a18e67bdca5be067b1 /src/util/DragManager.ts | |
parent | 00a4534c535281aaecf4b47da64f1a0770e3bf68 (diff) |
lots of reorganization
Diffstat (limited to 'src/util/DragManager.ts')
-rw-r--r-- | src/util/DragManager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/DragManager.ts b/src/util/DragManager.ts index b4132a222..63d6a88f8 100644 --- a/src/util/DragManager.ts +++ b/src/util/DragManager.ts @@ -1,5 +1,5 @@ import { Opt } from "../fields/Field"; -import { DocumentView } from "../views/nodes/DocumentView"; +import { CollectionFreeFormDocumentView } from "../views/nodes/CollectionFreeFormDocumentView"; import { DocumentDecorations } from "../DocumentDecorations"; import { SelectionManager } from "./SelectionManager"; import { CollectionDockingView } from "../views/collections/CollectionDockingView"; |