Skip to content
Snippets Groups Projects
Commit a01654fe authored by DD's avatar DD
Browse files

Use unique costume ID

parent c9119c5e
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ const mapStateToProps = (state, {selectedCostumeIndex}) => {
name: costume && costume.name,
rotationCenterX: costume && costume.rotationCenterX,
rotationCenterY: costume && costume.rotationCenterY,
svgId: editingTarget && `${editingTarget}${selectedCostumeIndex}`
svgId: editingTarget && `${editingTarget}${costume.skinId}`
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment