fix(kanban): do not close task input after creating tasks

Resolves https://kolaente.dev/vikunja/vikunja/issues/2192
This commit is contained in:
kolaente 2024-12-19 17:16:13 +01:00
parent bfb7cf9403
commit f520881538
1 changed files with 0 additions and 1 deletions

View File

@ -571,7 +571,6 @@ async function addTaskToBucket(bucketId: IBucket['id']) {
bucketId,
projectId: project.value.id,
})
toggleShowNewTaskInput(bucketId)
newTaskText.value = ''
kanbanStore.addTaskToBucket(task)
scrollTaskContainerToTop(bucketId)