Skip to content

Commit

Permalink
test: just test :neckbeard:
Browse files Browse the repository at this point in the history
  • Loading branch information
bieshan committed Jan 3, 2021
1 parent 82a1ff1 commit b599160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Home = () => {
recognizerRef.current.interimResults = true;
recognizerRef.current.continuous = true;
recognizerRef.current.onend = () => {
if (!detecting) {
if (detecting) {
recognizerRef.current.start();
};
};
Expand Down

0 comments on commit b599160

Please sign in to comment.