mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Fix className clash on current song
This commit is contained in:
parent
e77efcf836
commit
8e2a107d4a
2 changed files with 7 additions and 18 deletions
|
|
@ -137,7 +137,7 @@ export const RowIndexCell = ({ value, eGridCell }: ICellRendererParams) => {
|
|||
const isFocused = classList.contains('focused');
|
||||
const isPlaying = classList.contains('playing');
|
||||
const isCurrentSong =
|
||||
classList.contains('current-song') || classList.contains('current-playlist-song');
|
||||
classList.contains('current-song-cell') || classList.contains('current-playlist-song-cell');
|
||||
|
||||
return (
|
||||
<CellContainer $position="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue