fix queue scroll follow with album group

This commit is contained in:
jeffvli
2026-07-10 02:13:52 -07:00
parent 67a2be1559
commit 5804eb3215
5 changed files with 212 additions and 214 deletions
@@ -179,6 +179,7 @@ export const PlayQueue = forwardRef<ItemListHandle, QueueProps>(
<ItemTableList
activeRowId={currentSongUniqueId}
autoFitColumns={table.autoFitColumns}
autoScrollToActiveRow={followCurrentSong}
CellComponent={ItemTableListColumn}
columns={table.columns}
data={filteredData}