mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for file highlighting on load file dialog
This commit is contained in:
@@ -818,7 +818,7 @@ function popup_items(data) {
|
||||
for (item of popup_list) {
|
||||
item.classList.remove("selected");
|
||||
}
|
||||
this.classList.add("selected");
|
||||
this.parentElement.classList.add("selected");
|
||||
};
|
||||
tr.append(td);
|
||||
}
|
||||
|
Reference in New Issue
Block a user