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

Revert "Fix deleting costumes not updating the paint editor"

This reverts commit c177706a.
parent c177706a
Branches
Tags
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}${costume.skinId}`
svgId: editingTarget && `${editingTarget}${selectedCostumeIndex}`
};
};
......
......@@ -14,7 +14,7 @@ module.exports = {
devServer: {
contentBase: path.resolve(__dirname, 'build'),
host: '0.0.0.0',
port: process.env.PORT || 8607
port: process.env.PORT || 8601
},
devtool: 'cheap-module-source-map',
entry: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment