Allow the retry button to call the Lua scripts properly

This commit is contained in:
Gnome Ann 2021-12-12 20:48:10 -05:00
parent 39bfb0862a
commit 5d13339a52
1 changed files with 3 additions and 1 deletions

View File

@ -1827,7 +1827,9 @@ def actionretry(data):
vars.actions.pop()
remove_story_chunk(last_key + 1)
vars.genseqs = []
calcsubmit('')
vars.submission = ""
execute_inmod()
calcsubmit(vars.submission)
emit('from_server', {'cmd': 'scrolldown', 'data': ''}, broadcast=True)
vars.recentback = False
vars.recentedit = False