We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2103796 commit 66b86deCopy full SHA for 66b86de
src/bundle/Resources/public/js/CKEditor/core/base-ckeditor.js
@@ -334,7 +334,7 @@ const VIEWPORT_TOP_OFFSET_DISTRACTION_FREE_MODE = 0;
334
335
editableUIView.on('change:isFocused', (event) => {
336
const containerDataSource =
337
- container.closest('.ibexa-field-edit--ezrichtext .ibexa-data-source') ??
+ container.closest('.ibexa-field-edit--ibexa_richtext .ibexa-data-source') ??
338
container.closest('.ibexa-data-source--richtext');
339
340
containerDataSource.classList.toggle('ibexa-data-source--focused', event.source.isFocused);
0 commit comments