Skip to content

Commit

Permalink
Merge pull request #2995 from marmelab/fix-ra-tree-screencast
Browse files Browse the repository at this point in the history
Fix outdated screencast in ra-tree documentation
  • Loading branch information
Gildas Garcia authored Mar 13, 2019
2 parents f265796 + 434a726 commit 402ab24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/img/ra-tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/ra-tree-ui-materialui/src/RootDropTarget.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const dropTargetSpecs = {
},
canDrop(props, monitor) {
const item = monitor.getItem();
return item.parent;
return !!item.parent;
},
};

Expand Down

0 comments on commit 402ab24

Please sign in to comment.