mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +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:
@ -2349,8 +2349,8 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
button_actfwd.on("click", function(ev) {
|
button_actfwd.on("click", function(ev) {
|
||||||
hideMessage();
|
hideMessage();
|
||||||
|
//hidegenseqs();
|
||||||
socket.send({'cmd': 'redo', 'data': ''});
|
socket.send({'cmd': 'redo', 'data': ''});
|
||||||
hidegenseqs();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
button_actmem.on("click", function(ev) {
|
button_actmem.on("click", function(ev) {
|
||||||
|
Reference in New Issue
Block a user