mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-11 01:48:53 -05:00
fix: Hide AUTOPLAY from react (outside the player)
This commit is contained in:
parent
5fda4610da
commit
59210b8562
@ -40,7 +40,7 @@ export function AutoPlay(props) {
|
|||||||
<div className="auto-play">
|
<div className="auto-play">
|
||||||
<div className="auto-play-header">
|
<div className="auto-play-header">
|
||||||
<div className="next-label">{translateString("Up next")}</div>
|
<div className="next-label">{translateString("Up next")}</div>
|
||||||
<div className="auto-play-option">
|
{/* <div className="auto-play-option">
|
||||||
<label className="checkbox-label right-selectbox" tabIndex={0} onKeyPress={onKeyPress}>
|
<label className="checkbox-label right-selectbox" tabIndex={0} onKeyPress={onKeyPress}>
|
||||||
{translateString("AUTOPLAY")}
|
{translateString("AUTOPLAY")}
|
||||||
<span className="checkbox-switcher-wrap">
|
<span className="checkbox-switcher-wrap">
|
||||||
@ -54,7 +54,7 @@ export function AutoPlay(props) {
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
<ItemList
|
<ItemList
|
||||||
className="items-list-hor"
|
className="items-list-hor"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user