Skip to content

Commit

Permalink
fix: select all checkbox does not re-enable bulk actions button
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 26, 2020
1 parent 7ca967e commit 5d60dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/src/client/flags/list.js
Expand Up @@ -57,6 +57,7 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart)
checkboxes.forEach(function (el) {
el.checked = state;
});
bulkEl.disabled = !state;
});

flagsList.addEventListener('click', function (e) {
Expand Down

0 comments on commit 5d60dce

Please sign in to comment.