little bug and proposal
-
Hi again,
there is JS bug in /upload.php?mode=list. If you click to restore
Cannot read properties of null (reading ‘querySelector’)if (e.target.getAttribute("name") === restoreBtnName) {
e.target.disabled = true;
e.target.closest('.field').querySelector([name='${compressAgainBtnName}']
).disabled = true;
handleRestoreBtnClick(e)
}Can you add restore to “bulk actions”? So i can checked multiple checkboxes and click restore. Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘little bug and proposal’ is closed to new replies.