fix(list-view/select-all-checkbox): avoid multiple listener on select all checkbox
This commit is contained in:
@@ -1309,9 +1309,6 @@ const ui = {
|
||||
|
||||
filesList.classList.remove('hidden');
|
||||
filesContainerError?.classList.add('hidden');
|
||||
|
||||
// apply hook as header changed
|
||||
multiSelect.init();
|
||||
},
|
||||
|
||||
showEmptyList() {
|
||||
|
||||
Reference in New Issue
Block a user