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: {
|
player: {
|
||||||
display: (props) => (props.visible ? 'block' : 'none'),
|
display: (props) => (props.visible ? 'block' : 'none'),
|
||||||
|
'& .play-mode-title': {
|
||||||
|
'pointer-events': 'none',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
{ name: 'NDAudioPlayer' }
|
{ name: 'NDAudioPlayer' }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue