recover autofocusing behavior

emoji-mastoapi
taehoon 5 years ago
parent a9f33272a8
commit 0c8038d4f6

@ -15,6 +15,13 @@ const PostStatusModal = {
return this.$store.state.postStatus.params
}
},
watch: {
isOpen (val) {
if (val) {
this.$nextTick(() => this.$el.querySelector('textarea').focus())
}
}
},
methods: {
closeModal () {
this.$store.dispatch('closePostStatusModal')

Loading…
Cancel
Save