From 011717d064b2c6c3664cb747b79f6fd6425b2a76 Mon Sep 17 00:00:00 2001 From: Stefano Brilli Date: Sat, 24 Jul 2021 12:58:36 +0200 Subject: [PATCH] fix: restore track's title text selection --- src/components/main.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/main.tsx b/src/components/main.tsx index 6050799..d3f675b 100644 --- a/src/components/main.tsx +++ b/src/components/main.tsx @@ -178,7 +178,6 @@ const useStyles = makeStyles(theme => ({ width: `0px`, }, trackRow: { - userSelect: 'none', '&:hover': { /* For the tracks that aren't currently playing */ '& $playButtonInTrackListNotPlaying': {