Compare commits

..

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

2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@
trigger="click"
popover-class="emoji-picker popover-default"
:hide-trigger="true"
placement="bottom"
@show="onPopoverShown"
@close="onPopoverClosed"
>

View file

@ -54,7 +54,7 @@
<FAIcon
v-if="button.dropdown?.()"
class="chevron-icon"
:icon="extra ? 'chevron-right' : 'chevron-down'"
:icon="extra ? 'chevron-right' : 'chevron-up'"
fixed-width
/>
</component>
@ -71,7 +71,6 @@
<Popover
v-if="button.name === 'bookmark'"
class="chevron-popover"
placement="bottom"
:trigger="extra ? 'hover' : 'click'"
:placement="extra ? 'right' : 'top'"
:offset="extra ? { x: 10 } : { y: 10 }"
@ -80,7 +79,7 @@
<template #trigger>
<FAIcon
class="chevron-icon"
:icon="extra ? 'chevron-right' : 'chevron-down'"
:icon="extra ? 'chevron-right' : 'chevron-up'"
fixed-width
/>
</template>