fix: new task input focus
This commit is contained in:
parent
49946b2766
commit
24701a17f5
@ -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…
x
Reference in New Issue
Block a user