fix: new task input focus

This commit is contained in:
kolaente 2022-04-24 17:26:57 +02:00
parent 49946b2766
commit 24701a17f5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ export default defineComponent({
}, 200)
},
focusNewTaskInput() {
this.$refs.newTaskInput.$refs.newTaskInput.focus()
this.$refs.newTaskInput.focus()
},
updateTaskList( task ) {
if ( this.isAlphabeticalSorting ) {