-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: respect canRename property in item payload
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
### Breaking Changes | ||
- Changed the behavior for dropping an item at the bottom of an open folder has changed, and will now drop | ||
into the open folder at its top, instead of the parent folder below the open folder. See discussion at #148 for details. | ||
You can opt out of this behavior by setting the `canDropBelowOpenFolders` prop on the tree environment (#148). | ||
You can opt out of this behavior by setting the `canDropBelowOpenFolders` prop on the tree environment (#148). | ||
|
||
### Bug Fixes | ||
- Fixed a bug where the `canRename` property in a tree item payload was not respected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters