diff options
author | eeng5 <eleanor_eng@brown.edu> | 2019-08-23 14:43:53 -0400 |
---|---|---|
committer | eeng5 <eleanor_eng@brown.edu> | 2019-08-23 14:43:53 -0400 |
commit | 77487a00589f216b6dbdd764f646c599f9b17ae9 (patch) | |
tree | ead6ea0caa70f5cbf3bedb459f82f30ef51e6f2c /src/client/util/SelectionManager.ts | |
parent | 601c8d2b0b8197e324f9cbadf525fe03fac5b345 (diff) | |
parent | b421b50ccc5fd481b40a42945088bb51156fe499 (diff) |
pulled from master
Diffstat (limited to 'src/client/util/SelectionManager.ts')
-rw-r--r-- | src/client/util/SelectionManager.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/SelectionManager.ts b/src/client/util/SelectionManager.ts index ee623d082..9efef888d 100644 --- a/src/client/util/SelectionManager.ts +++ b/src/client/util/SelectionManager.ts @@ -4,7 +4,6 @@ import { DocumentView } from "../views/nodes/DocumentView"; import { FormattedTextBox } from "../views/nodes/FormattedTextBox"; import { NumCast, StrCast } from "../../new_fields/Types"; import { InkingControl } from "../views/InkingControl"; -import { CurrentUserUtils } from "../../server/authentication/models/current_user_utils"; export namespace SelectionManager { |