feat(kanban): do not remove focus from the input after creating a new bucket
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-03-11 17:29:28 +01:00
parent 49ab90fc19
commit 659de54db1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ async function createNewBucket() {
projectId: project.value.id,
}))
newBucketTitle.value = ''
showNewBucketInput.value = false
}
function deleteBucketModal(bucketId: IBucket['id']) {