Workaround for https://github.com/lijinke666/react-music-player/issues/351
This commit is contained in:
parent
abaecf2b88
commit
9a509c749a
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ const useStyle = makeStyles(
|
|||
},
|
||||
player: {
|
||||
display: (props) => (props.visible ? 'block' : 'none'),
|
||||
'& .play-mode-title': {
|
||||
'pointer-events': 'none',
|
||||
},
|
||||
},
|
||||
}),
|
||||
{ name: 'NDAudioPlayer' }
|
||||
|
|
|
|||
Loading…
Reference in a new issue