mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for text options not showing after multi-gen when refreshing web page.
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user