diff --git a/js/components/PlaylistWindow/TrackCell.js b/js/components/PlaylistWindow/TrackCell.js index 8d76b4dc..3752e07f 100644 --- a/js/components/PlaylistWindow/TrackCell.js +++ b/js/components/PlaylistWindow/TrackCell.js @@ -27,8 +27,10 @@ const TrackCell = props => {
{ + onMouseDown(e); + clickTrack(e); + }} onDoubleClick={playTrack} onContextMenu={clickTrack} >