Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MessageBar): Show SpeechRecognition output
With swap to new textarea, I missed adding the SpeechRecognition output. This should put the message content in. I briefly explored a controlled approach, but we have to deal with ranges and selections to make the cursor work. The approach I tried broke whitespace on Firefox and also hitting return + shift everywhere. This should let us keep using the native browser behavior, while adding the message updates.
- Loading branch information