mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 08:20:14 +01:00
Update SpeechRecognition.tsx
This commit is contained in:
parent
67f111ccd0
commit
1019529634
1 changed files with 0 additions and 2 deletions
|
|
@ -68,9 +68,7 @@ const useSpeechRecognition = (ask) => {
|
|||
};
|
||||
|
||||
useEffect(() => {
|
||||
console.log('Setting up hotkeys');
|
||||
hotkeys('shift+alt+l', (event, handler) => {
|
||||
console.log('Hotkey triggered');
|
||||
event.preventDefault();
|
||||
if (isSpeechSupported) {
|
||||
toggleListening();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue