Skip to content

Commit

Permalink
Revert "Fix"
Browse files Browse the repository at this point in the history
This reverts commit f624c63.
  • Loading branch information
seungsimdang committed Aug 1, 2024
1 parent f624c63 commit 44e806b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RecordBottomSheetContent = ({

const recognition = new (window as any).webkitSpeechRecognition();
recognition.lang = "ko-KR";
// recognition.interimResults = false;
recognition.interimResults = false;

recognition.onresult = (event: any) => {
setTranscript(event.results[0][0].transcript);
Expand Down

0 comments on commit 44e806b

Please sign in to comment.