diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-24 03:50:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-24 03:50:41 -0400 |
| commit | 8f8a12f6e81482d6cbc4789c3b7f74015f33f423 (patch) | |
| tree | d4c04e95018c1cc1fa4ae66b2b568742d00ae3e9 /src/client/views/GlobalKeyHandler.ts | |
| parent | ccdef5784dd963b71f493116d87786c0b0a787d2 (diff) | |
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.
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
| -rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
