feat(kanban): do not remove focus from the input after creating a new bucket
This commit is contained in:
@ -554,7 +554,6 @@ async function createNewBucket() {
|
||||
projectId: project.value.id,
|
||||
}))
|
||||
newBucketTitle.value = ''
|
||||
showNewBucketInput.value = false
|
||||
}
|
||||
|
||||
function deleteBucketModal(bucketId: IBucket['id']) {
|
||||
|
Reference in New Issue
Block a user