diff --git a/src/components/Goban.js b/src/components/Goban.js index d4d8088fc..bdfa70708 100644 --- a/src/components/Goban.js +++ b/src/components/Goban.js @@ -92,6 +92,8 @@ export default class Goban extends Component { } else { this.stopPlayingVariation() } + } else if (this.props.treePosition !== nextProps.treePosition) { + this.stopPlayingVariation() } }