The patch worked for me too.
It solves also another issue I ran into: On a fresh install, I was not able to add font colors. the "Add" button would simply not react at all. After installing the patch and saving an empty configuration, I can now add colors.
I suspect that maybe the JS eventListener does not get attached to that button before the first save (see the editor.js file).
- First commit to issue fork.
- π¨π΄Colombia hormigah BogotΓ‘
The patch works perfectly. I applied this one on Drupal 10.0.7 and also Drupal 9.5.5
- π©πͺGermany vincent.hoehn Dresden, Germany
The patch works for me. Thank you very much!
Patch fixed the issue described in #7 for me, although as described there it still required saving an empty configuration first.
- Status changed to Closed: duplicate
about 1 year ago 3:14pm 21 August 2023 - πΊπΈUnited States froboy Chicago, IL
I believe this is a duplicate of π TypeError: array_filter(): Argument #1 ($array) must be of type array RTBC . Both fixes are similar but IMHO the one there is a little more clear and we should go with that.