Update.
This commit is contained in:
parent
fa89cde581
commit
d67f9f3f3e
@ -123,6 +123,9 @@ 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, interim, 0).then(() => {
|
||||
// previousInterim = interim;
|
||||
// });
|
||||
|
Loading…
Reference in New Issue
Block a user