fix: Fix modal sizing, focus error and cover image sizing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-09-01 11:53:03 +02:00
parent 0e5006616e
commit 40f7f0907a
3 changed files with 11 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ export default {
},
isEmpty(newValue) {
newValue && this.$nextTick(() => {
this.$refs?.newStackInput.focus()
this.$refs?.newStackInput?.focus()
})
},
},