Merge pull request #1608 from hughrun/move-shelves
refactor shelf activity on book page
This commit is contained in:
commit
baca5e50e7
12 changed files with 116 additions and 22 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue