From e247e968324758e1c6b2e4b91c79fb0eb9397ec2 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 20 Nov 2021 19:34:37 +1100 Subject: [PATCH] remove incorrect comment --- bookwyrm/static/js/status_cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/static/js/status_cache.js b/bookwyrm/static/js/status_cache.js index 03301a21..f179aa7d 100644 --- a/bookwyrm/static/js/status_cache.js +++ b/bookwyrm/static/js/status_cache.js @@ -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);