-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate events when using open.sync #376
Comments
Why is the popover component emitting |
I have a similar issue, v-popover emits update:open(false) twice when I close the popover by clicking on my popover-button
In DropdownBenchmark:
|
I also have this issue (all hide and show events are duplicated), do you plan on fixing it soon? |
I had similar issue when using hover menu and I got around it by doing debounce on the function to only trigger after 300ms if different from the previous state and this stopped the duplicate calls |
Current behaviour:
Expected behaviour:
The text was updated successfully, but these errors were encountered: