mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
fix: Display native context menu on image, video preview modals (#6756)
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
@click="handleCopy"
|
||||
/>
|
||||
<menu-item
|
||||
v-if="enabledOptions['copy']"
|
||||
:option="{
|
||||
icon: 'translate',
|
||||
label: this.$t('CONVERSATION.CONTEXT_MENU.TRANSLATE'),
|
||||
@@ -214,6 +215,10 @@ export default {
|
||||
box-shadow: var(--shadow-context-menu);
|
||||
border-radius: var(--border-radius-normal);
|
||||
|
||||
hr:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-bottom: 1px solid var(--color-border-light);
|
||||
margin: var(--space-smaller);
|
||||
|
||||
Reference in New Issue
Block a user