Improve floating menu hover transfer behavior (#829)

This commit is contained in:
Keavon Chambers
2022-10-26 02:39:08 -07:00
committed by GitHub
parent 52048cb0d2
commit 5f1501aad3
7 changed files with 88 additions and 20 deletions
@@ -8,7 +8,7 @@
class="entry"
:class="{ open: entry.ref?.isOpen }"
tabindex="0"
data-hover-menu-spawner
data-floating-menu-spawner
>
<IconLabel v-if="entry.icon" :icon="entry.icon" />
<span v-if="entry.label">{{ entry.label }}</span>