fix: Disable context hover (#6962)

This commit is contained in:
Michael Genson
2026-01-31 09:40:31 -06:00
committed by GitHub
parent 47034d18c5
commit c4c7bf2aed
5 changed files with 3 additions and 10 deletions

View File

@@ -39,7 +39,6 @@
:nudge-top="props.menuTop ? '5' : '0'"
allow-overflow
close-delay="125"
:open-on-hover="!props.useMobileFormat"
content-class="d-print-none"
>
<template #activator="{ props: btnProps }">
@@ -99,7 +98,6 @@ const props = defineProps<{
color?: string;
event: RecipeTimelineEventOut;
menuIcon?: string | null;
useMobileFormat?: boolean;
}>();
const emit = defineEmits(["delete", "update"]);