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

@@ -15,7 +15,6 @@
:nudge-top="menuTop ? '5' : '0'"
allow-overflow
close-delay="125"
:open-on-hover="mdAndUp"
content-class="d-print-none"
>
<template #activator="{ props: activatorProps }">
@@ -83,8 +82,6 @@ const emit = defineEmits<{
[key: string]: [];
}>();
const { mdAndUp } = useDisplay();
const i18n = useI18n();
const { $globals } = useNuxtApp();
const api = useUserApi();