Problem description: If i try to move a file it gets stuck to the screen and doesn’t move
Expected behavior: the file should be moved where I dragged it
Actual behavior: it sticks to the screen
Steps to reproduce: open the file sidebar (this is one phone, OnePlus 9) and attempt to drag a file and move it
Browser/OS/Device: Android, One plus 9
2 Likes
Hi @TheDeadCakeMix , welcome to the forums!
I also encounter this issue on my phone.
Can you try exiting the repl and entering it again?
2 Likes
Hi there!
You can also try entering this into the Shell:
$ mv path/to/old-folder/ path/to/new-folder/
.
Be sure to edit the command to fit the files and the directories you are using.
Hope this helps!
3 Likes