Scroll to the bottom of the gamescreen after retrying

This commit is contained in:
Gnome Ann 2021-09-28 21:34:36 -04:00
parent bb323152d7
commit e6cd28243e
1 changed files with 1 additions and 0 deletions

View File

@ -1007,6 +1007,7 @@ def actionretry(data):
remove_story_chunk(last_key + 1) remove_story_chunk(last_key + 1)
vars.genseqs = [] vars.genseqs = []
calcsubmit('') calcsubmit('')
emit('from_server', {'cmd': 'scrolldown', 'data': ''}, broadcast=True)
vars.recentback = False vars.recentback = False
vars.recentedit = False vars.recentedit = False
elif(not vars.useprompt): elif(not vars.useprompt):