Open
Description
Environment
Browsers: Firefox 140.0
OS: Windows 10
Steps to reproduce
- Click on "View on Github" on top of the page below the page title and first description. That link leads to a 404. The correct link is probably https://github.com/vuetifyjs/vuetify/tree/master/packages/vuetify/src/composables/hotkey
- Scroll down to Usage to encounter 4 useless buttons: Default, Text, Symbol, Icon.
- Scroll down to API and click Toggle inline API. Nothing happens on Firefox latest @ Windows 10 with adblocker disabled.
Expected Behavior
- I excected the link to View on Github to work.
- I did not expect 4 buttons that do not work
- I expected the Hotkeys API to toggle inline.
Actual Behavior
- I ended up on a dead route (404)
- There are 4 useless buttons at the first Usage example
- The inline API doesn't toggle.
Reproduction Link
https://vuetifyjs.com/en/features/hotkey/
Other comments
Thank you for introducing Hotkeys!