We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9714932 commit 265b71aCopy full SHA for 265b71a
pages/index.js
@@ -60,9 +60,6 @@ const Home = () => {
60
};
61
recognizerRef.current.onresult = event => {
62
[...event.results].slice(event.resultIndex).forEach(result => {
63
- if (android && alertOpen) {
64
- return;
65
- }
66
const transcript = result[0].transcript;
67
setTranscript(transcript);
68
if (result.isFinal) {
0 commit comments