video.js
video.js copied to clipboard
Menu button is duplicated in the official documentation
Description
I found a bug in official documentation where menu button is duplicated.
is it an error?
Reduced test case
https://docs.videojs.com/component
Steps to reproduce
- Go to Officlal Document
- Click 'Classes' sub menu
- Scroll down to observe duplicated menus.
Errors
No response
What version of Video.js are you using?
officlal document error
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Chrome 121.0.6167.160
What OS(es) and version(s) does this occur with?
MacOS 14.2.1 (arm64, M1)
👋 Thanks for opening your first issue here! 👋
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.
looks like those componentresize events are from each separate component, so, it's basically a jsdoc/generator issue or display issue where it just shows the event name and doesn't show that it's for each separate component.