mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +01:00
Allow the retry button to call the Lua scripts properly
This commit is contained in:
parent
39bfb0862a
commit
5d13339a52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user