Moving files to new directories bug

Problem description:
Cannot move file into different directories on mobile app

Expected behavior:
Drag and drop files into different folders

Actual behavior:
Floats there where file originally was

Steps to reproduce:
Attempt to drag a file to a new folder

Bug appears at this link:
Any reply I create

Browser: Replit Mobile App
OS: Android
Device (Android, iOS, NA leave blank): Android
Desktop app version (Avatar menu->“Version”) or NA: NA
Plan (Free, Hacker, Pro Plan): Free

Hi @AkademicTechnol , welcome to the forums!
This is a problem, and there is a workaround.
Enter this into the Shell: mv path/to/old-folder/ path/to/new-folder/. Do note to change the fields accordingly.
Hope this helps!