diff --git a/src/containers/target-pane.jsx b/src/containers/target-pane.jsx index 0f238587f372496c8e054c85c25d751a2bed6d31..db93c86e0c8030cdf6cd78c95bbc3d3cb0ebe2ec 100644 --- a/src/containers/target-pane.jsx +++ b/src/containers/target-pane.jsx @@ -229,7 +229,7 @@ class TargetPane extends React.Component { } else if (dragInfo.dragType === DragConstants.BACKPACK_CODE) { fetchCode(dragInfo.payload.bodyUrl) .then(blocks => this.shareBlocks(blocks, targetId)) - .then(() => this.props.vm.refreshWorkspace()); + .then(() => this.props.vm.refreshWorkspace()); } } }