diff options
author | bob <bcz@cs.brown.edu> | 2019-04-23 15:24:10 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-23 15:24:10 -0400 |
commit | 1eaf7210492e3cc968f26d848c6db7b4e603a657 (patch) | |
tree | f56128da5e731897460ee3579186de8db168bbbd /src/client/util/SelectionManager.ts | |
parent | 49131cc84b0f3e739edb5ffcd64f3acc9469f658 (diff) |
maybe working events?
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r-- | src/client/util/SelectionManager.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts index 92d78696e..0e7b374e9 100644 --- a/src/client/util/SelectionManager.ts +++ b/src/client/util/SelectionManager.ts @@ -1,9 +1,7 @@ -import { observable, action } from "mobx"; -import { DocumentView } from "../views/nodes/DocumentView"; +import { action, observable } from "mobx"; import { Document } from "../../fields/Document"; -import { Main } from "../views/Main"; import { MainOverlayTextBox } from "../views/MainOverlayTextBox"; -import { DragManager } from "./DragManager"; +import { DocumentView } from "../views/nodes/DocumentView"; export namespace SelectionManager { class Manager { |