mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix missing state
This commit is contained in:
parent
0f48ea08b4
commit
c8cd2913f3
@ -23,6 +23,10 @@ export default (props) => {
|
||||
export class AudioPlayer extends React.Component {
|
||||
static contextType = Context
|
||||
|
||||
state = {
|
||||
showControls: false,
|
||||
}
|
||||
|
||||
onMouse = (event) => {
|
||||
const { type } = event
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user