fix: enable action-mode buttons in match view (final-review Critical)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user