We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2082579 commit ecf590fCopy full SHA for ecf590f
1 file changed
src/components/Goban.js
@@ -92,6 +92,8 @@ export default class Goban extends Component {
92
} else {
93
this.stopPlayingVariation()
94
}
95
+ } else if (this.props.treePosition !== nextProps.treePosition) {
96
+ this.stopPlayingVariation()
97
98
99
0 commit comments