Merge branch 'Model_Plugins' of https://github.com/ebolam/KoboldAI into Model_Plugins

This commit is contained in:
ebolam
2023-09-05 19:21:44 -04:00

View File

@@ -3448,6 +3448,7 @@ function fix_dirty_game_text() {
}
function savegametextchanges() {
console.log("Saving game text");
fix_dirty_game_text();
for (const item of document.getElementsByClassName("editing")) {
item.classList.remove("editing");