Compare commits

..

No commits in common. "af733204e92498130dce8b0d6a46a40c327f1fb9" and "8f0ff718aeb0a8ba05752a4db5a433c6440145d6" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ import {
faBookmark,
faCheck,
faChevronRight,
faChevronDown,
faChevronUp,
faExternalLinkAlt,
faEyeSlash,
faHistory,
@ -39,7 +39,7 @@ library.add(
faWrench,
faChevronRight,
faChevronDown,
faChevronUp,
faReply,
faRetweet,

View file

@ -9,7 +9,6 @@
:class="buttonInnerClass"
role="menuitem"
type="button"
placement="bottom"
:title="$t(button.label(funcArg))"
target="_blank"
:tabindex="0"

View file

@ -4,7 +4,7 @@
v-if="button.dropdown?.()"
:trigger="$attrs.extra ? 'hover' : 'click'"
:offset="{ y: 5 }"
:placement="$attrs.extra ? 'right' : 'bottom'"
:placement="$attrs.extra ? 'right' : 'top'"
>
<template #trigger>
<ActionButton