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