Bug in File manager

Problem description:
I can’t move file from one folder to another in mobile

Expected behavior:

Actual behavior:

Steps to reproduce:

Bug appears at this link:

Browser/OS/Device:

Mobile and Android browser

Hey @PrincePrasad5! Welcome to the community!

I believe this is expected behaviour. If you want, you can create it to be a feature in #feature-requests.

Another way to move files (if you’re comfortable using the Shell tab is:
mv sourcefolder/* destinationfolder/
Or for just one file:
mv sourcefolder/file.something destinationfolder/file.something