Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fix #257, show typed input as the transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Sep 27, 2019
1 parent aff4080 commit 7a35ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ this.popup = (function() {
};
ui.onTextInput = text => {
ui.setState("success");
ui.setTranscript(text);
executedIntent = true;
browser.runtime.sendMessage({
type: "addTelemetry",
Expand Down

0 comments on commit 7a35ea3

Please sign in to comment.