Searched refs:currentLyricItem (Results 1 – 1 of 1) sorted by relevance
72 const currentLyricItem = parser.getPosition(evt.position); constant73 if (prevLyricText !== currentLyricItem?.lrc) {74 LyricManager.setCurrentLyric(currentLyricItem ?? null);80 (currentLyricItem?.lrc ?? '') +82 ? `\n${currentLyricItem?.translation ?? ''}`