Hi everyone,
There is a small issue when you edit the node with paragraphs inside. If the paragraphs with the CKEditor field already exist, it works correctly, but when you add a new paragraph with the CKEditor field, the token insertion does not work.
Due to the presence of drupalSettings.tokenFocusedField and drupalSettings.tokenFocusedCkeditor5 in the same scope, the insertion is made to the hidden textarea field instead of the CKEditor widget. I've attached a patch that resolves this issue.
tarazingo β changed the visibility of the branch 3409364-d10.2-add-select to hidden.
I experienced the same issue but with the Layout Paragraphs module (admin page) and custom AJAX Dialogs (frontend).
Here is a more universal solution - https://www.drupal.org/project/critical_css/issues/3394895 π Critical CSS breaks AJAX Dialogs (popups) in D10 Active
tarazingo β created an issue.