kopia lustrzana https://github.com/wagtail/wagtail
[fix] Fix bulk action checkboxes not hiding after deselecting all
rodzic
5f261910ae
commit
6deafb7dd8
|
@ -39,6 +39,8 @@ function onSelectAllChange(e) {
|
|||
el.checked = e.target.checked;
|
||||
if (e.target.checked) {
|
||||
el.dispatchEvent(changeEvent);
|
||||
} else {
|
||||
el.classList.remove('show');
|
||||
}
|
||||
}
|
||||
if (!e.target.checked) {
|
||||
|
|
Ładowanie…
Reference in New Issue