remove incorrect comment

This commit is contained in:
Hugh Rundle 2021-11-20 19:34:37 +11:00
parent a3270551f9
commit e247e96832
No known key found for this signature in database
GPG key ID: CD23D6039184286B

View file

@ -194,7 +194,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);