mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Initial commit of better editing method. Has some visual bugs that need to be worked on
This commit is contained in:
@@ -7144,7 +7144,7 @@ def UI_2_save_to_json():
|
||||
#==================================================================#
|
||||
@socketio.on('Set Selected Text')
|
||||
def UI_2_Set_Selected_Text(data):
|
||||
if koboldai_vars.quiet:
|
||||
if not koboldai_vars.quiet:
|
||||
print("Updating Selected Text: {}".format(data))
|
||||
koboldai_vars.actions[int(data['id'])] = data['text']
|
||||
|
||||
|
Reference in New Issue
Block a user