Skip to content

Commit

Permalink
ui: fix dragdrop context provider
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Sep 8, 2017
1 parent d59a7fd commit ea481a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/Provider/index.js
Expand Up @@ -11,7 +11,7 @@ type PropTypes = { editor: Editor, children: [] }
class Provider extends Component {
constructor(props: PropTypes) {
super(props)
this.DragDropContext = dragDropContext(props.editor.dragDropContext)
this.DragDropContext = dragDropContext(props.editor.dragDropBackend)
}

props: PropTypes
Expand Down

0 comments on commit ea481a7

Please sign in to comment.