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.editColor = '#' + this.board.color
|
||||
this.editing = true
|
||||
|
||||
this.$nextTick(() => this.$refs.inputField?.focus())
|
||||
},
|
||||
async actionClone() {
|
||||
this.loading = true
|
||||
|
||||
Reference in New Issue
Block a user