fix: select all checkbox does not re-enable bulk actions button

This commit is contained in:
Julian Lam
2020-08-25 21:11:10 -04:00
parent 7ca967ee61
commit 5d60dce379

View File

@@ -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) {