Deluan 2021-04-20 11:01:31 -04:00
parent abaecf2b88
commit 9a509c749a
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ const useStyle = makeStyles(
},
player: {
display: (props) => (props.visible ? 'block' : 'none'),
'& .play-mode-title': {
'pointer-events': 'none',
},
},
}),
{ name: 'NDAudioPlayer' }