fix: Fix modal sizing, focus error and cover image sizing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -158,7 +158,7 @@ export default {
|
||||
},
|
||||
isEmpty(newValue) {
|
||||
newValue && this.$nextTick(() => {
|
||||
this.$refs?.newStackInput.focus()
|
||||
this.$refs?.newStackInput?.focus()
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user