mirror of
https://github.com/videojs/video.js.git
synced 2026-06-19 22:15:04 +02:00
@@ -59,7 +59,7 @@ class MenuItem extends ClickableComponent {
|
||||
|
||||
return super.createEl('li', assign({
|
||||
className: 'vjs-menu-item',
|
||||
innerHTML: this.localize(this.options_.label),
|
||||
innerHTML: `<span class="vjs-menu-item-text">${this.localize(this.options_.label)}</span>`,
|
||||
tabIndex: -1
|
||||
}, props), attrs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user