mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
disable sidebar lyrics fetcher if panel is closed
This commit is contained in:
@@ -550,9 +550,7 @@ export const MobileFullscreenPlayer = () => {
|
||||
variant={isPageHovered ? 'default' : 'subtle'}
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.lyricsContent}>
|
||||
<Lyrics />
|
||||
</div>
|
||||
<div className={styles.lyricsContent}>{isLyricsState && <Lyrics />}</div>
|
||||
</motion.div>
|
||||
</MobilePlayerContainer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user