fix(tasks): add new task only once to list when added
Fixes a regression introduced in 2ac11b13a1
This commit is contained in:
@@ -198,7 +198,6 @@ async function addTask() {
|
||||
|
||||
const isParent = allParentTasks.includes(t.title)
|
||||
if (t.parent === null && !isParent) {
|
||||
emit('taskAdded', createdTask)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user