-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
"Add folder" button creates a folder which opens to the side in the code editor #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It might be a bug but it's a good way to document things up in that folder 😅 |
this is related to #645. for folders, long files, and assets, the code editor should be replaced with something else 😄 |
@catarak What do you think should it display? Would a simple "Sorry, the file type is unsupported in our editor." suffice? I can work to incorporate it. |
Yeah it's a bug. But honestly speaking, it's good. I mean I can document things of that folder there. No need to create text files. Maybe it's just me being lazy 😅 |
it shouldn't be an error. one solution would be that folders can't be selected, and when you click on them, it simply opens/closes the folder. #963 would need to be fixed first though. |
Nature of issue?
Details about the bug:
Result: folder is editable in the code editor!
This behaviour is definitely confusing me. What should be the result of editing a folder in this manner be?
Is this is a bug? I think it is, but I'll wait for @catarak to confirm.
And if it is a bug, I'd like to work on it. Thanks!
PS: A relatively minor related issue is that a newly added folder has - as its icon - a solid down arrow instead of the folder icon it is supposed to have.
The text was updated successfully, but these errors were encountered: