fix: properly define focus expose for new task input field
resolves #1993
This commit is contained in:
@ -262,7 +262,7 @@ export default defineComponent({
|
||||
}, 200)
|
||||
},
|
||||
focusNewTaskInput() {
|
||||
this.$refs.addTask.$refs.newTaskInput.focus()
|
||||
this.$refs.addTask.focusTaskInput()
|
||||
},
|
||||
updateTaskList( task ) {
|
||||
if ( this.isAlphabeticalSorting ) {
|
||||
|
Reference in New Issue
Block a user