Focus codemirror after using the markdown toolbar

This commit is contained in:
yflory 2017-12-07 12:18:14 +01:00 committed by ansuz
parent 4c9078aba1
commit 8e2fbd073f

View File

@ -352,6 +352,7 @@ define([
return actions[type].expr.replace('{0}', str); return actions[type].expr.replace('{0}', str);
}); });
editor.replaceSelections(newTexts, 'around'); editor.replaceSelections(newTexts, 'around');
editor.focus();
}; };
for (var k in actions) { for (var k in actions) {
$('<button>', { $('<button>', {