mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'Model_Plugins' of https://github.com/ebolam/KoboldAI into Model_Plugins
This commit is contained in:
@@ -3448,6 +3448,7 @@ function fix_dirty_game_text() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function savegametextchanges() {
|
function savegametextchanges() {
|
||||||
|
console.log("Saving game text");
|
||||||
fix_dirty_game_text();
|
fix_dirty_game_text();
|
||||||
for (const item of document.getElementsByClassName("editing")) {
|
for (const item of document.getElementsByClassName("editing")) {
|
||||||
item.classList.remove("editing");
|
item.classList.remove("editing");
|
||||||
|
Reference in New Issue
Block a user