floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

Menu hides when hovering over menu item after hovering over submenu

Open Moerliy opened this issue 1 year ago • 1 comments

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 avatar Sep 26 '24 15:09 Moerliy

Deploy Preview for v-tooltip ready!

Name Link
Latest commit d06711989d1ac0da90df90fa71991f4a64bb13a9
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.

netlify[bot] avatar Sep 26 '24 15:09 netlify[bot]