Update.
This commit is contained in:
parent
d67f9f3f3e
commit
2af8ce9bb3
@ -123,7 +123,7 @@ class STTButton extends HTMLElement {
|
||||
//el.value = el.value.replace(new RegExp(previousInterim + '$'), interim);
|
||||
}
|
||||
document.querySelector('chat-input').sendMessage(interim);
|
||||
this.simulateTypingWithEvents(el, '', 0).then(() => {
|
||||
this.simulateTypingWithEvents(el, ' ', 0).then(() => {
|
||||
|
||||
})
|
||||
// this.simulateTypingWithEvents(el, interim, 0).then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user