From 12e6ab39a8e6b5d58356a73b3162a31ac5c95384 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Mon, 4 Jan 2021 00:18:16 -0400 Subject: [PATCH] PMCORE-2588 Options button for Authentication Sources are displayed by two ways --- .../src/components/authenticationSources.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue b/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue index e0298e715..d82258d3d 100644 --- a/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue +++ b/workflow/engine/methods/authenticationSources/src/components/authenticationSources.vue @@ -22,15 +22,16 @@ variant="light" size="sm" class="mb-2" - @mousedown="$root.$emit('bv::hide::tooltip');" - @mouseup="$root.$emit('bv::show::tooltip','as-b-button-tooltip-'+props.index);"> + @mousedown="$root.$emit('bv::hide::tooltip');$root.$emit('bv::show::tooltip','as-b-button-tooltip-'+props.index);" + @mouseup="$root.$emit('bv::hide::tooltip');$root.$emit('bv::show::tooltip','as-b-button-tooltip-'+props.index);">