mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-12 08:04:14 +01:00
Fix deselected stories in Load dialog not un-highlighting
This commit is contained in:
parent
7e896c98fe
commit
34af94d760
@ -627,7 +627,7 @@ function buildLoadList(ar) {
|
||||
}
|
||||
|
||||
function highlightLoadLine(ref) {
|
||||
$("#loadlistcontent > div").removeClass("popuplistselected");
|
||||
$("#loadlistcontent > div > div.popuplistselected").removeClass("popuplistselected");
|
||||
ref.addClass("popuplistselected");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user