code style
This commit is contained in:
parent
12810d8e34
commit
b273123708
5 changed files with 15 additions and 9 deletions
|
@ -192,6 +192,7 @@ let StatusCache = new class {
|
|||
.forEach(item => BookWyrm.addRemoveClass(item, "is-hidden", false));
|
||||
|
||||
// Remove existing disabled states
|
||||
// BUG: this affects all shelves, not just shelving status shelves
|
||||
button.querySelectorAll("[data-shelf-dropdown-identifier] button")
|
||||
.forEach(item => item.disabled = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue