aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorSam Wilkins <35748010+samwilkins333@users.noreply.github.com>2019-08-22 12:02:00 -0400
committerGitHub <noreply@github.com>2019-08-22 12:02:00 -0400
commit333d9e97ca97f993c17ffab192030f236bc90780 (patch)
treed98a41025da01f47b7d89ae4afd64f4d2358121a /src/client/views/GlobalKeyHandler.ts
parent0ee435f6bd686c667a067fa750b4589cedfb0070 (diff)
parent65aec7b22e63de15e0d911971fa4e5a32d09d9b5 (diff)
Merge pull request #259 from browngraphicslab/bulletdictation
Bullet Dictation and bug fixes
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;
}