Merge branch 'master' into 'master'
试卷中点击“向下插入xx题”时,光标需要定位到新的题目框中 See merge request !16
This commit is contained in:
commit
3b17153c6c
|
|
@ -55,6 +55,7 @@
|
|||
if(params.textarea.data('init') == undefined) {
|
||||
params.editor = init_exercise_quetison_editor(params);
|
||||
new_quetion_title_editor = params.editor;
|
||||
new_quetion_title_editor.focus();
|
||||
params.textarea.data('init', 1);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
if(params.textarea.data('init') == undefined) {
|
||||
params.editor = init_exercise_quetison_editor(params);
|
||||
new_quetion_title_editor = params.editor;
|
||||
new_quetion_title_editor.focus();
|
||||
params.textarea.data('init', 1);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -47,6 +47,8 @@
|
|||
if(params.textarea.data('init') == undefined) {
|
||||
params.editor = init_exercise_quetison_editor(params);
|
||||
new_quetion_title_editor = params.editor;
|
||||
new_quetion_title_editor.focus();
|
||||
|
||||
params.textarea.data('init', 1);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
if(params.textarea.data('init') == undefined) {
|
||||
params.editor = init_exercise_quetison_editor(params);
|
||||
new_quetion_title_editor = params.editor;
|
||||
new_quetion_title_editor.focus();
|
||||
params.textarea.data('init', 1);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue