aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 16:20:12 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-30 16:20:12 -0500
commitad6cc2bd1327fa8ca078171133e3e6e357860ec7 (patch)
tree22e68e2cf685de7f3546ecb54815ede82a1e99bc /src/client/views/GlobalKeyHandler.ts
parentda018ee4a1aa1b6f7f5e7c6cc13cb3d445033350 (diff)
parenta9ec139961b0262698851cd7e2dd3430a0acddd7 (diff)
merge w master
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 086085db5..c9f95a538 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -105,7 +105,6 @@ export default class KeyManager {
}
doDeselect && SelectionManager.DeselectAll();
DictationManager.Controls.stop();
- // RecommendationsBox.Instance.closeMenu();
GoogleAuthenticationManager.Instance.cancel();
HypothesisAuthenticationManager.Instance.cancel();
SharingManager.Instance.close();