fix: new task input focus
This commit is contained in:
parent
49946b2766
commit
24701a17f5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ export default defineComponent({
|
|||
}, 200)
|
||||
},
|
||||
focusNewTaskInput() {
|
||||
this.$refs.newTaskInput.$refs.newTaskInput.focus()
|
||||
this.$refs.newTaskInput.focus()
|
||||
},
|
||||
updateTaskList( task ) {
|
||||
if ( this.isAlphabeticalSorting ) {
|
||||
|
|
Loading…
Reference in a new issue