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

Menu hides when hovering over menu item after hovering over submenu #1052

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Moerliy
Copy link

@Moerliy Moerliy commented Sep 26, 2024

Is there a reason why the menu would close after a second?

This PR isn't the solution, but I just wanted to get the ball rolling on this.

Added a setting to change the auto-close behavior.

Will increase the 1-second timeout to 2 seconds:

<VDropdown :autoCloseTimeout="2000">
...
</VDropdown>

Will disable the auto-close behavior completely:

<VDropdown :autoCloseTimeout="0">
...
</VDropdown>

Closes #916

@Moerliy Moerliy marked this pull request as draft September 26, 2024 15:43
Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for v-tooltip ready!

Name Link
🔨 Latest commit d067119
🔍 Latest deploy log https://app.netlify.com/sites/v-tooltip/deploys/66f599422c06d900089c83ca
😎 Deploy Preview https://deploy-preview-1052--v-tooltip.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

Menu hides when hovering over menu item after hovering over submenu
1 participant