Focus editor after pasting image

This commit is contained in:
cuom1999 2024-03-20 00:05:12 -05:00
parent e923d1b2fe
commit d835ee741a

View file

@ -347,7 +347,7 @@ function register_copy_clipboard($elements, callback) {
},
complete: () => {
// Re-enable the editor
$(this).prop('disabled', false);
$(this).prop('disabled', false).focus();
}
});