Workaround for https://github.com/lijinke666/react-music-player/issues/351
This commit is contained in:
@@ -41,6 +41,9 @@ const useStyle = makeStyles(
|
|||||||
},
|
},
|
||||||
player: {
|
player: {
|
||||||
display: (props) => (props.visible ? 'block' : 'none'),
|
display: (props) => (props.visible ? 'block' : 'none'),
|
||||||
|
'& .play-mode-title': {
|
||||||
|
'pointer-events': 'none',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
{ name: 'NDAudioPlayer' }
|
{ name: 'NDAudioPlayer' }
|
||||||
|
|||||||
Reference in New Issue
Block a user