Fix for text options not showing after multi-gen when refreshing web page.

This commit is contained in:
ebolam
2023-09-05 19:20:35 -04:00
parent 4260fa60ad
commit 2d0040871d

View File

@@ -94,7 +94,7 @@ var supported_gen_modes = [];
var privacy_mode_enabled = false;
var attention_wanting_wi_bar = null;
var ai_busy = false;
var can_show_options = false;
var can_show_options = true;
var streaming = {
windowOpen: false,
@@ -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");