fix: auto-focus board name input field

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger
2025-03-28 01:54:26 +01:00
parent 3d78802446
commit 7cb41cd61b

View File

@@ -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