Skip to content

Commit

Permalink
Merge pull request #11 from darryncampbell-pubnub/master
Browse files Browse the repository at this point in the history
Fix issue with multiple tabs being open simultaneously
  • Loading branch information
stephenlb authored Apr 19, 2023
2 parents f0a95b1 + 7dd3c3d commit d4f6e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/subtitles.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function main() {

// Continuous Listening
spoken.listen.on.end(listen);
spoken.listen.on.error(listen);
spoken.listen.on.error(spoken.listen.on.end({}));

// Search Giphy Image
spoken.listen.on.partial(candidate);
Expand Down

0 comments on commit d4f6e97

Please sign in to comment.