We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0eb73 commit e6777f7Copy full SHA for e6777f7
public/js/index.js
@@ -954,7 +954,6 @@ String.prototype.endsWith = function (pattern) {
954
}
955
})(jQuery);
956
957
-
958
function setSimpleMDE($editArea) {
959
if (codeMirrorEditor) {
960
codeMirrorEditor.toTextArea();
@@ -1660,6 +1659,7 @@ function initWipTitle() {
1660
1659
e.preventDefault();
1661
1662
var $issueTitle = $("#issue_title");
+ $issueTitle.focus();
1663
var value = $issueTitle.val().trim().toUpperCase();
1664
1665
for (var i in wipPrefixes) {
0 commit comments