diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-23 11:22:31 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-23 11:22:31 -0400 |
commit | 56753f8d87f7647d7012fd1c4c35daffc116ec11 (patch) | |
tree | 4ff3aeb8c50d6006c0d5b5c9748cdf9fd49d558c /src/client/util/SelectionManager.ts | |
parent | f0f0cc36654183921076db5a341fe7cac2bfdd3c (diff) | |
parent | ac23ac310985ac9042694473df3defb2adbd09f2 (diff) |
merged with 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 { |