Scroll to the bottom of the gamescreen after retrying
This commit is contained in:
parent
bb323152d7
commit
e6cd28243e
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue