remove user select from genre / album artists columns

This commit is contained in:
jeffvli
2025-10-04 03:39:22 -07:00
parent 3ce6a6fe95
commit 42a0530777
2 changed files with 2 additions and 0 deletions
@@ -38,6 +38,7 @@ const AlbumArtistsColumn = (props: ItemTableListInnerColumn) => {
component={Link}
isLink
isMuted
isNoSelect
key={albumArtist.id}
to={albumArtist.path}
>
@@ -5,4 +5,5 @@
.group a {
cursor: pointer;
user-select: none;
}