Creating folders and files is not working as expected

Problem description:
Creating folders and files is not working as expected.

Expected behavior:
I create two or three folders in another folder to organize my files but…

Actual behavior:
Currently it is saving these created folders and files created outside the folder I would like it to be, sometimes I have to click twice on a specific folder to add one file or folder, and then right after clicking again and creating another file or folder (i.e. infinite loop).

Steps to reproduce:
To produce, do some steps that are here

  1. In your project files (I tested this in Node.js template) create any folder to test the problem.
  2. Once created, I click on the 3 dots on the right side of the folder and create any file (it can even be a .js file) and then I go into that file and go back to the tab where it shows my files.
  3. Click on the 3 dots on the right side of the folder and create a new file or folder.
  4. Now the folder or file has been created outside the folder where it was wanted.

Browser:
Device: Android APK
Plan: Free

2 Likes

to do this you need to create the folders in different programs i know it sounds weird but it works

Do you mean that it always creates files and folders in the root level of your repl and not the currently selected folder? You can always drag files and folders into other folders with your mouse if needed.

2 Likes