Account created on 28 February 2023, over 1 year ago
#

Recent comments

Patch #10 fails in for Drupal 10.2.2 CKEditor in case you input unstyled text. By changing the query selector method from getElementsByClassName('js-text-full text-full resize-vertical'), that looks for 'js-text-full text-full resize-vertical', to querySelectorAll('.js-text-full, .text-full, .resize-vertical') which returns elements with any of these classes, works fine.

Patch #10 fails in for Drupal 10.2.2 CKEditor in case you input unstyled text. By changing the query selector method from getElementsByClassName('js-text-full text-full resize-vertical'), that looks for 'js-text-full text-full resize-vertical', to querySelectorAll('.js-text-full, .text-full, .resize-vertical') which returns elements with any of these classes, works fine.

Production build 0.71.5 2024