mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for phantom spacing on loading a new game
This commit is contained in:
@@ -76,6 +76,7 @@ function reset_story() {
|
|||||||
story_area.removeChild(story_area.lastChild);
|
story_area.removeChild(story_area.lastChild);
|
||||||
}
|
}
|
||||||
dummy_span = document.createElement("span");
|
dummy_span = document.createElement("span");
|
||||||
|
dummy_span.id = "Delete Me";
|
||||||
text = "";
|
text = "";
|
||||||
for (i=0;i<154;i++) {
|
for (i=0;i<154;i++) {
|
||||||
text += "\xa0";
|
text += "\xa0";
|
||||||
|
Reference in New Issue
Block a user