mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed sidebar tab toggle hiding plugin items.
The offending code was added in
f52442d0a2, but I don't know why... I
suspect I was trying to fix a bug that's since been otherwise avoided.
Fixes #353.
This commit is contained in:
@@ -750,9 +750,6 @@ function areSettingsValid() {
|
||||
function switchSidebarTab(evt) {
|
||||
if (evt.detail.isSelected) {
|
||||
document.getElementById(evt.target.selected).parentElement.selected = evt.target.selected;
|
||||
if (evt.target.selected == 'cardsNav') {
|
||||
document.getElementById('cardsNav').lastElementChild.updateSize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user