From da4d18b199c32f061c05c07dacad8a0911e87c3c Mon Sep 17 00:00:00 2001 From: ebolam Date: Mon, 22 Aug 2022 12:42:46 -0400 Subject: [PATCH] Fix for phantom spacing on loading a new game --- static/koboldai.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/koboldai.js b/static/koboldai.js index 8038cd2f..63c4b09a 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -76,6 +76,7 @@ function reset_story() { story_area.removeChild(story_area.lastChild); } dummy_span = document.createElement("span"); + dummy_span.id = "Delete Me"; text = ""; for (i=0;i<154;i++) { text += "\xa0";