1
0
Fork 0

Merge pull request #1608 from hughrun/move-shelves

refactor shelf activity on book page
This commit is contained in:
Mouse Reeve 2021-12-02 12:06:07 -08:00 committed by GitHub
commit baca5e50e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 116 additions and 22 deletions

View file

@ -187,6 +187,7 @@ let StatusCache = new class {
.forEach(item => BookWyrm.addRemoveClass(item, "is-hidden", false));
// Remove existing disabled states
button.querySelectorAll("[data-shelf-dropdown-identifier] button")
.forEach(item => item.disabled = false);