automatically focus on the create todo form

This commit is contained in:
ansuz 2017-07-26 13:17:02 +02:00
parent 77d6da841f
commit 2af96d74fc

View file

@ -138,7 +138,7 @@ define([
default:
console.log(e.which);
}
});
}).focus();
var editTask = function () {