1
0
Fork 0

code style

This commit is contained in:
Hugh Rundle 2021-11-20 16:06:16 +11:00
parent 12810d8e34
commit b273123708
No known key found for this signature in database
GPG key ID: CD23D6039184286B
5 changed files with 15 additions and 9 deletions

View file

@ -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);