Autofocus only additional email inputs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/28461/head
Christopher Ng 2021-08-17 00:49:11 +07:00
parent 4f0101837a
commit f7dee7152a
1 changed files with 1 additions and 1 deletions

@ -150,7 +150,7 @@ export default {
},
mounted() {
if (this.initialEmail === '') {
if (!this.primary && this.initialEmail === '') {
this.$nextTick(() => this.$refs.email?.focus())
}
},