mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 06:42:38 +02:00
prevent no lyrics message fade out on fullscreen player (#1821)
This commit is contained in:
@@ -556,7 +556,7 @@ export const MobileFullscreenPlayer = () => {
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.lyricsContent}>
|
||||
<Lyrics />
|
||||
<Lyrics fadeOutNoLyricsMessage={false} />
|
||||
</div>
|
||||
</motion.div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user