mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-03 21:30:06 +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) {
|
checkboxes.forEach(function (el) {
|
||||||
el.checked = state;
|
el.checked = state;
|
||||||
});
|
});
|
||||||
|
bulkEl.disabled = !state;
|
||||||
});
|
});
|
||||||
|
|
||||||
flagsList.addEventListener('click', function (e) {
|
flagsList.addEventListener('click', function (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user