fix: enable action-mode buttons in match view (final-review Critical)

This commit is contained in:
Keith Solomon
2026-07-26 03:58:03 -05:00
parent 48e7fa9a25
commit d53a84ce85
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -266,6 +266,7 @@ function setMode(mode) {
if (btn) {
if (m === mode) btn.classList.add('bf-action--active');
else btn.classList.remove('bf-action--active');
btn.removeAttribute('disabled');
}
});
renderAbilityOptions();