diff --git a/js/DragTarget.jsx b/js/DragTarget.jsx index 62e5f4d7..3ac160e6 100644 --- a/js/DragTarget.jsx +++ b/js/DragTarget.jsx @@ -20,7 +20,7 @@ class DragTarget extends React.Component { return
; + onDrop={this.handleDrop}> {this.props.children}
; }