From 8f8a12f6e81482d6cbc4789c3b7f74015f33f423 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 24 Mar 2021 03:50:41 -0400 Subject: fixes for audiotags so that they can be navigated to when focusing. fixes to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints. --- src/client/views/GlobalKeyHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/GlobalKeyHandler.ts') diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index f387546af..671c0c507 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -132,7 +132,7 @@ export class KeyManager { SelectionManager.DeselectAll(); LightboxView.SetLightboxDoc(undefined); } - DictationManager.Controls.stop(); + // DictationManager.Controls.stop(); GoogleAuthenticationManager.Instance.cancel(); SharingManager.Instance.close(); GroupManager.Instance.close(); -- cgit v1.2.3-70-g09d2