• Resolved Hrohh

    (@hrohh)


    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)
  • Plugin Author Bogdan Bendziukov

    (@barb0ss)

    Hey @hrohh !

    Thanks for the bug reporting, I’ll fix that ASAP ??

    Regarding the bulk restore option – it’s a good idea, will add it to my TODO list for this plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘little bug and proposal’ is closed to new replies.