mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
fix(profile): triggerbutton selector
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
54be2ef0f3
commit
eccbc0dfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export default {
|
|||
}
|
||||
|
||||
// TODO: provide focus method from NcActions
|
||||
this.$refs.federationActions.$refs.menuButton.$el.focus()
|
||||
this.$refs.federationActions.$refs?.triggerButton?.$el?.focus?.()
|
||||
},
|
||||
|
||||
async updatePrimaryScope(scope) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue