mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
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:
commit
252479a748
1 changed files with 3 additions and 0 deletions
3
app/javascript/packs/tiny_mce.js
vendored
3
app/javascript/packs/tiny_mce.js
vendored
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue