mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
not needed tabIndex dropped
This commit is contained in:
parent
e0f594825c
commit
617c5426dd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ const Discover = ({ urlParams, queryParams }) => {
|
|||
<PickerMenu {...picker} key={picker.name} className={'picker'} />
|
||||
))}
|
||||
</div>
|
||||
<div className={styles['meta-items-container']} tabIndex={-1} onFocusCapture={metaItemsOnFocus} onMouseDownCapture={metaItemsOnMouseDown}>
|
||||
<div className={styles['meta-items-container']} onFocusCapture={metaItemsOnFocus} onMouseDownCapture={metaItemsOnMouseDown}>
|
||||
{metaItems.map((metaItem) => (
|
||||
<MetaItem
|
||||
{...metaItem}
|
||||
|
|
|
|||
Loading…
Reference in a new issue