aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-08-22 12:00:47 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-08-22 12:00:47 -0400
commit65aec7b22e63de15e0d911971fa4e5a32d09d9b5 (patch)
treed98a41025da01f47b7d89ae4afd64f4d2358121a /src/client/views/GlobalKeyHandler.ts
parent846ff1cc9ab132c95ab5797d598f4ff59e7e5e58 (diff)
cleanup
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;
}