mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
fix edit action
This commit is contained in:
parent
cec5f1333d
commit
30912c514e
1 changed files with 1 additions and 3 deletions
|
@ -37,10 +37,8 @@ function applyEditResultTextCallback() {
|
|||
applyEditResultTextCallback();
|
||||
toggleResultEditButtons(true);
|
||||
});
|
||||
|
||||
TinyMCE.init();
|
||||
toggleResultEditButtons(false);
|
||||
|
||||
TinyMCE.refresh();
|
||||
$("#result_name").focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue