fix: Fix focus and emptycontent titles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-09-01 09:26:21 +02:00
committed by backportbot[bot]
parent dc7a41ee35
commit c665cfb03d
2 changed files with 5 additions and 5 deletions

View File

@@ -69,12 +69,12 @@ export default {
color: randomColor(),
}
},
mounted() {
this.$refs.inputField.focus()
},
methods: {
startCreateBoard(e) {
this.editing = true
this.$nextTick(() => {
this.$refs?.inputField.focus()
})
},
async createBoard(e) {
this.loading = true