diff --git a/resources/common.js b/resources/common.js index ed663f1..c82d0ad 100644 --- a/resources/common.js +++ b/resources/common.js @@ -347,7 +347,7 @@ function register_copy_clipboard($elements, callback) { }, complete: () => { // Re-enable the editor - $(this).prop('disabled', false); + $(this).prop('disabled', false).focus(); } });