fix: auto-focus board name input field
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
@@ -269,6 +269,8 @@ export default {
|
|||||||
this.editTitle = this.board.title
|
this.editTitle = this.board.title
|
||||||
this.editColor = '#' + this.board.color
|
this.editColor = '#' + this.board.color
|
||||||
this.editing = true
|
this.editing = true
|
||||||
|
|
||||||
|
this.$nextTick(() => this.$refs.inputField?.focus())
|
||||||
},
|
},
|
||||||
async actionClone() {
|
async actionClone() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user