floating-vue
floating-vue copied to clipboard
Menu hides when hovering over menu item after hovering over submenu
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
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.