aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authoreeng5 <eleanor_eng@brown.edu>2019-08-23 14:43:53 -0400
committereeng5 <eleanor_eng@brown.edu>2019-08-23 14:43:53 -0400
commit77487a00589f216b6dbdd764f646c599f9b17ae9 (patch)
treeead6ea0caa70f5cbf3bedb459f82f30ef51e6f2c /src/client/views/GlobalKeyHandler.ts
parent601c8d2b0b8197e324f9cbadf525fe03fac5b345 (diff)
parentb421b50ccc5fd481b40a42945088bb51156fe499 (diff)
pulled from master
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 833bacedb..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;
}
@@ -196,8 +196,6 @@ export default class KeyManager {
async printClipboard() {
let text: string = await navigator.clipboard.readText();
- console.log(text)
- console.log(document.activeElement)
}
private ctrl_shift = action((keyname: string) => {