From b9fbd2c0bb4b0acd29649704f34de99dc7f88464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Sat, 24 Apr 2021 22:41:00 +0200 Subject: [PATCH] :zap: Set new credentials dropdown to open by default (#1379) Co-authored-by: ricardo --- packages/editor-ui/src/components/CredentialsEdit.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/editor-ui/src/components/CredentialsEdit.vue b/packages/editor-ui/src/components/CredentialsEdit.vue index 6d01db51a..77a64de7b 100644 --- a/packages/editor-ui/src/components/CredentialsEdit.vue +++ b/packages/editor-ui/src/components/CredentialsEdit.vue @@ -30,7 +30,7 @@ Credential type: - + { + (this.$refs.credentialsDropdown as HTMLDivElement).focus(); + }); if (this.credentialType || this.setCredentialType) { const credentialType = this.$store.getters.credentialType(this.credentialType || this.setCredentialType); if (credentialType === null) {