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