Skip to content
Snippets Groups Projects
Commit 5566886d authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #480 from liam4/set-costume-on-select

Set costume when selected in costumes tab
parents 8d15795b cf34ff15
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ class CostumeTab extends React.Component {
}
handleSelectCostume (costumeIndex) {
this.props.vm.editingTarget.setCostume(costumeIndex);
this.setState({selectedCostumeIndex: costumeIndex});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment