diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-21 15:49:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 15:49:37 -0400 |
| commit | b4b817585995b4ce504564cb0601f34ed86fc4db (patch) | |
| tree | d10fe452916bf2a125ecd85b28171f9afb163a36 /src/client/views/GlobalKeyHandler.ts | |
| parent | 2d0741800ed626ac3db2a8ac551904cbc0f7848e (diff) | |
| parent | 6b9a6fcd3c4e9bc63be11b820ad16be7495ed803 (diff) | |
Merge pull request #453 from browngraphicslab/acls_uv
ACLs for testing
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
| -rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index 8c233489e..4dfa7aec8 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -22,6 +22,7 @@ import { DocumentView } from "./nodes/DocumentView"; import { DocumentLinksButton } from "./nodes/DocumentLinksButton"; import PDFMenu from "./pdf/PDFMenu"; import { ContextMenu } from "./ContextMenu"; +import GroupManager from "../util/GroupManager"; import { CollectionFreeFormViewChrome } from "./collections/CollectionMenu"; const modifiers = ["control", "meta", "shift", "alt"]; @@ -108,6 +109,7 @@ export default class KeyManager { GoogleAuthenticationManager.Instance.cancel(); HypothesisAuthenticationManager.Instance.cancel(); SharingManager.Instance.close(); + GroupManager.Instance.close(); CollectionFreeFormViewChrome.Instance.clearKeep(); break; case "delete": |
