Merge pull request #6380 from aignatov-bio/ai-sci-9448-fix-tinymce-header-bug

Fix tinymce header bug [SCI-9448]
This commit is contained in:
Martin Artnik 2023-10-09 09:43:21 +02:00 committed by GitHub
commit 252479a748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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