mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
remove user select from genre / album artists columns
This commit is contained in:
@@ -38,6 +38,7 @@ const AlbumArtistsColumn = (props: ItemTableListInnerColumn) => {
|
|||||||
component={Link}
|
component={Link}
|
||||||
isLink
|
isLink
|
||||||
isMuted
|
isMuted
|
||||||
|
isNoSelect
|
||||||
key={albumArtist.id}
|
key={albumArtist.id}
|
||||||
to={albumArtist.path}
|
to={albumArtist.path}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -5,4 +5,5 @@
|
|||||||
|
|
||||||
.group a {
|
.group a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user