Skip to content
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

fix(float-button): error when using with popover #5941

Closed

Conversation

jizai1125
Copy link
Contributor

closes #5933

Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
naive-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 7:51am

@07akioni
Copy link
Collaborator

This change fix a problem but introduces a new problem. handleMouseLeave should be called when handling mouse move outside.

You should use a new way: Binding mousemoveoutside manually, not by directive.

@07akioni
Copy link
Collaborator

Fixed in a5c3b90

You can have a look at what's done in it.

@07akioni 07akioni closed this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPopover doesn't display when triggered using NFloatButton
2 participants