Improve floating menu hover transfer behavior (#829)

This commit is contained in:
Keavon Chambers
2022-10-26 02:39:08 -07:00
parent ae7affda74
commit e4dc368ecc
7 changed files with 88 additions and 20 deletions
@@ -1,6 +1,6 @@
<template>
<LayoutRow class="popover-button">
<IconButton :action="() => onClick()" :icon="icon" :size="16" data-hover-menu-spawner :tooltip="tooltip" />
<IconButton :action="() => onClick()" :icon="icon" :size="16" data-floating-menu-spawner :tooltip="tooltip" />
<FloatingMenu v-model:open="open" :type="'Popover'" :direction="'Bottom'">
<slot></slot>
</FloatingMenu>