This commit is contained in:
Chris Blanchard 2016-02-12 15:42:58 +00:00
parent 425e62bb7b
commit b1d8960cc8

View file

@ -223,6 +223,7 @@ var SoundPanel = React.createClass({
},
play() {
this.props.soundController.stop();
this.props.soundController.play();
},