Set the browser to refresh when loading a story to fix a race condition

This commit is contained in:
ebolam
2023-04-27 08:17:55 -04:00
parent a9ac3319cf
commit 8b64f006e8

View File

@@ -262,6 +262,7 @@ function disruptStoryState() {
function reset_story() {
console.log("Resetting story");
location.reload();
disruptStoryState();
chunk_delete_observer.disconnect();
clearTimeout(calc_token_usage_timeout);