Skip to content

Commit

Permalink
fixed button view
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyDane committed Nov 25, 2024
1 parent 6b769df commit 619f40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main_logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ async function selectItem(element, dualPaneSide = "", isNotReset = false) {
item.children[0].classList.remove(
"selected-item",
);
item.children[1].classList.remove(
item.children[0].children[1].classList.remove(
"selected-item-min",
);
}
Expand Down

0 comments on commit 619f40c

Please sign in to comment.