Focus editor after pasting image
This commit is contained in:
parent
e923d1b2fe
commit
d835ee741a
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ function register_copy_clipboard($elements, callback) {
|
|||
},
|
||||
complete: () => {
|
||||
// Re-enable the editor
|
||||
$(this).prop('disabled', false);
|
||||
$(this).prop('disabled', false).focus();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue