mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
don't close menu when clicking
This commit is contained in:
parent
3ce3243b96
commit
6c077a8e4d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
@click="$emit('delete')"
|
@click="$emit('delete')"
|
||||||
/>
|
/>
|
||||||
<v-spacer />
|
<v-spacer />
|
||||||
<v-menu offset-y>
|
<v-menu offset-y :close-on-content-click="false">
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<v-btn color="info" v-bind="props" :icon="$globals.icons.edit" />
|
<v-btn color="info" v-bind="props" :icon="$globals.icons.edit" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue