You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the demo you can both move folders and files. However when I tried to implement the module it only worked for moving folders, but not files.
I am running on React 16.8.0. I tried creating a Sandbox where I changed to older and newer React versions, but this did not help either. Any ideas as to why this is not working?
Posting the Sandbox that I tried out below. It runs the latest React version. As you can see, moving files does not work.
It seems you are able to move files as well. The trick is to select them first (indicated with a bold highlight) then move them rather than move the without selecting.
This change has been introduced with 1.7.0 release. If you wish to have the earlier behaviour, for the time being please use 1.6.1 instead.
In the demo you can both move folders and files. However when I tried to implement the module it only worked for moving folders, but not files.
I am running on React 16.8.0. I tried creating a Sandbox where I changed to older and newer React versions, but this did not help either. Any ideas as to why this is not working?
Posting the Sandbox that I tried out below. It runs the latest React version. As you can see, moving files does not work.
https://codesandbox.io/s/pensive-mclean-r7mkd?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered: