mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fixed Story sync loss after loading a story
This commit is contained in:
@@ -320,7 +320,7 @@ function reset_story() {
|
|||||||
$(".chat-message").remove();
|
$(".chat-message").remove();
|
||||||
addInitChatMessage();
|
addInitChatMessage();
|
||||||
|
|
||||||
chunk_delete_observer.observe(document.getElementById('Selected Text'), { childList: true });
|
chunk_delete_observer.observe(document.getElementById('Selected Text'), { subtree: true, childList: true, characterData: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
function fix_text(val) {
|
function fix_text(val) {
|
||||||
|
Reference in New Issue
Block a user