Merge pull request #1608 from hughrun/move-shelves
refactor shelf activity on book page
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user