diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index c060b0cdc..c22cd28a4 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -352,6 +352,7 @@ define([ return actions[type].expr.replace('{0}', str); }); editor.replaceSelections(newTexts, 'around'); + editor.focus(); }; for (var k in actions) { $('