mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Debug
This commit is contained in:
@@ -333,6 +333,7 @@ function do_story_text_updates(data) {
|
||||
|
||||
story_area.append(span);
|
||||
if (data.value.id.toString() == document.getElementById('action_count').textContent) {
|
||||
console.log("Scrolling. Action Count: "+document.getElementById('action_count').textContent);
|
||||
document.getElementById("Selected Text").scrollTop = document.getElementById("Selected Text").scrollHeight;
|
||||
}
|
||||
//clearTimeout(game_text_scroll_timeout);
|
||||
|
Reference in New Issue
Block a user