Fix for file highlighting on load file dialog

This commit is contained in:
ebolam
2022-09-02 07:50:32 -04:00
parent 6fc7112c5d
commit eb740e382b

View File

@@ -818,7 +818,7 @@ function popup_items(data) {
for (item of popup_list) { for (item of popup_list) {
item.classList.remove("selected"); item.classList.remove("selected");
} }
this.classList.add("selected"); this.parentElement.classList.add("selected");
}; };
tr.append(td); tr.append(td);
} }