mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 06:32:07 +08:00
Clear edit textarea status before going to editmode
This commit is contained in:
parent
72a1c9b9bd
commit
ea545801aa
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
|||
animateSpinner(null, false);
|
||||
FilePreviewModal.init();
|
||||
DragNDropSteps.clearFiles();
|
||||
if (tinyMCE.editors.step_description_textarea) tinyMCE.editors.step_description_textarea.remove();
|
||||
TinyMCE.init('#step_description_textarea');
|
||||
$("#new-step-checklists fieldset.nested_step_checklists ul").each(function () {
|
||||
enableCheckboxSorting(this);
|
||||
|
|
Loading…
Reference in a new issue