diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-10 18:22:58 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-10 18:22:58 -0500 |
commit | 1e977ffd6b392982adb7623ee11389cb1d8974d6 (patch) | |
tree | ed446030e022871f9dc67be1ddcd3c255437c646 /src/client/views/GlobalKeyHandler.ts | |
parent | 9f08e3ce5e9073ade4b781181368d9417008b87f (diff) | |
parent | 8001f8aa447729d667f8e903f9d3dc7766ef3320 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index 0ea02e3cb..182f6397c 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -108,7 +108,9 @@ export default class KeyManager { GoogleAuthenticationManager.Instance.cancel(); SharingManager.Instance.close(); GroupManager.Instance.close(); - CollectionFreeFormViewChrome.Instance.clearKeep(); + CollectionFreeFormViewChrome.Instance?.clearKeep(); + window.getSelection()?.empty(); + document.body.focus(); break; case "delete": case "backspace": |