mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 17:42:52 +01:00
fix: select all checkbox does not re-enable bulk actions button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user