fix(kanban): do not close task input after creating tasks
Resolves https://kolaente.dev/vikunja/vikunja/issues/2192
This commit is contained in:
parent
bfb7cf9403
commit
f520881538
|
|
@ -571,7 +571,6 @@ async function addTaskToBucket(bucketId: IBucket['id']) {
|
|||
bucketId,
|
||||
projectId: project.value.id,
|
||||
})
|
||||
toggleShowNewTaskInput(bucketId)
|
||||
newTaskText.value = ''
|
||||
kanbanStore.addTaskToBucket(task)
|
||||
scrollTaskContainerToTop(bucketId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue