Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.26k stars 333 forks source link

Popover v-close-popover no longer closes the popover. #1022

Closed RoyvanEmpel closed 5 months ago

RoyvanEmpel commented 6 months ago

Hi, since the last update that fixed the @mousedown / @clicked issue the v-close-popper doesn't do anything anymore.

I made an example forked from the last issue: https://codesandbox.io/p/sandbox/floating-vue-click-forked-7yhks8?file=%2Fsrc%2FApp.vue

Using the $refs.myDropdown.hide() it does work.