Fix tinymce header bug [SCI-9448]

This commit is contained in:
Anton 2023-10-09 09:15:43 +02:00
parent 2c12b19297
commit 4db213b331

View file

@ -312,6 +312,9 @@ window.TinyMCE = (() => {
editorForm.find('.tinymce-status-badge').removeClass('hidden'); editorForm.find('.tinymce-status-badge').removeClass('hidden');
} }
// Remove transition class
$('.tox-editor-header').removeClass('tox-editor-dock-fadeout');
// Init image toolbar // Init image toolbar
initCssOverrides(editor); initCssOverrides(editor);