diff --git a/src/containers/target-pane.jsx b/src/containers/target-pane.jsx index 55f1a23eda355dde4ebf76d6c6d87c6d9bbe3d58..5f9fef8db723287d70b68669a858050c09edf15a 100644 --- a/src/containers/target-pane.jsx +++ b/src/containers/target-pane.jsx @@ -140,7 +140,7 @@ class TargetPane extends React.Component { // So for now just grab the zip manually. fetch(dragInfo.payload.bodyUrl) .then(response => response.arrayBuffer()) - .then(zip => this.props.vm.addSprite(zip)); + .then(sprite3Zip => this.props.vm.addSprite(sprite3Zip)); } else if (targetId) { // Something is being dragged over one of the sprite tiles or the backdrop. // Dropping assets like sounds and costumes duplicate the asset on the