mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-04-24 08:37:28 +00:00
Fix for #91
This commit is contained in:
parent
425e62bb7b
commit
b1d8960cc8
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ var SoundPanel = React.createClass({
|
|||
},
|
||||
|
||||
play() {
|
||||
this.props.soundController.stop();
|
||||
this.props.soundController.play();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue