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