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);">