mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-03 05:01:02 +02:00
Fixed error with redo action when a list of options is on screen sometimes causing the list to disappear entirely.
This commit is contained in:
parent
bd0732fbd6
commit
a0100ff3cc
@ -2349,8 +2349,8 @@ $(document).ready(function(){
|
||||
|
||||
button_actfwd.on("click", function(ev) {
|
||||
hideMessage();
|
||||
//hidegenseqs();
|
||||
socket.send({'cmd': 'redo', 'data': ''});
|
||||
hidegenseqs();
|
||||
});
|
||||
|
||||
button_actmem.on("click", function(ev) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user