monachilada / craft-matrixtoolbar

Expand, collapse, change the status of, or delete multiple blocks in a Matrix field simultaneously.
MIT License
3 stars 3 forks source link

Fixed #7 #9

Open brandonkelly opened 2 years ago

brandonkelly commented 2 years ago

Craft 3.7.31 made some accessibility improvements to Matrix fields (craftcms/cms#10480), and the menu options now have role="button" instead of role="option", which broke this plugin. I’ve removed the [role="option"] selectors entirely, which will work for both < and >= Craft 3.7.31.

Fixes #7