added right focus for tasks

This commit is contained in:
Michael
2020-06-22 14:58:14 +02:00
parent 80fd5c4f09
commit bac2e90d23
3 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ export class TaskFormComponent implements OnInit {
} else {
this.editing = true;
}
document.getElementById('titleField').focus();
}
onSubmit() {