mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Autofocus only additional email inputs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f7dee7152a)
This commit is contained in:
parent
f605e1dabf
commit
26d1ac1f1f
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