mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Fix tinymce header bug [SCI-9448]
This commit is contained in:
parent
2c12b19297
commit
4db213b331
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');
|
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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue