mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-29 13:24:59 +01:00
Remove a debug message
This commit is contained in:
parent
5d25739767
commit
2344366c9b
@ -23,7 +23,6 @@ function regenerateClick() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleMorphdomUpdate(text) {
|
function handleMorphdomUpdate(text) {
|
||||||
console.log("Morphing!");
|
|
||||||
morphdom(
|
morphdom(
|
||||||
document.getElementById("chat").parentNode,
|
document.getElementById("chat").parentNode,
|
||||||
"<div class=\"prose svelte-1ybaih5\">" + text + "</div>",
|
"<div class=\"prose svelte-1ybaih5\">" + text + "</div>",
|
||||||
|
Loading…
Reference in New Issue
Block a user