mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #289 from jojorne/jojorne-patch-keep-genseqs-visible-on-submit-memory
Don't hide genseqs on submit memory
This commit is contained in:
@@ -946,7 +946,9 @@ function _dosubmit() {
|
||||
submit_throttle = null;
|
||||
input_text.val("");
|
||||
hideMessage();
|
||||
hidegenseqs();
|
||||
if(!memorymode){
|
||||
hidegenseqs();
|
||||
}
|
||||
socket.send({'cmd': 'submit', 'allowabort': !disallow_abort, 'actionmode': adventure ? action_mode : 0, 'chatname': chatmode ? chat_name.val() : undefined, 'data': txt});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user