Skip to content

Commit 265b71a

Browse files
author
bieshan
committed
fix: logic :neckbeard:
1 parent 9714932 commit 265b71a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ const Home = () => {
6060
};
6161
recognizerRef.current.onresult = event => {
6262
[...event.results].slice(event.resultIndex).forEach(result => {
63-
if (android && alertOpen) {
64-
return;
65-
}
6663
const transcript = result[0].transcript;
6764
setTranscript(transcript);
6865
if (result.isFinal) {

0 commit comments

Comments
 (0)