aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-22 12:22:57 -0400
committerbob <bcz@cs.brown.edu>2019-08-22 12:22:57 -0400
commit6b9400270d213de203e4a314428be9a7a2d774ff (patch)
treedf02ff10f506f9ed72c51cd5a1ad71489d2a5877 /src/client/views/GlobalKeyHandler.ts
parent224d58da7c8bf8a7eb27cb616100473afcad4f7b (diff)
parent333d9e97ca97f993c17ffab192030f236bc90780 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 8a7295c65..d0464bd5f 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -105,7 +105,7 @@ export default class KeyManager {
switch (keyname) {
case " ":
- DictationManager.Controls.listen({ tryExecute: true });
+ DictationManager.Controls.listen({ useOverlay: true, tryExecute: true });
stopPropagation = true;
preventDefault = true;
}