mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-15 23:43:06 +03:00
Update SpeechRecognition.tsx
This commit is contained in:
@@ -71,6 +71,7 @@ const useSpeechRecognition = (ask) => {
|
||||
console.log('Setting up hotkeys');
|
||||
hotkeys('shift+alt+l', (event, handler) => {
|
||||
console.log('Hotkey triggered');
|
||||
event.preventDefault();
|
||||
if (isSpeechSupported) {
|
||||
toggleListening();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user