mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Autofocus only additional email inputs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
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())
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue