Deluan
2021-04-20 11:01:31 -04:00
parent abaecf2b88
commit 9a509c749a
+3
View File
@@ -41,6 +41,9 @@ const useStyle = makeStyles(
},
player: {
display: (props) => (props.visible ? 'block' : 'none'),
'& .play-mode-title': {
'pointer-events': 'none',
},
},
}),
{ name: 'NDAudioPlayer' }