We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a folder and expanding it phoenix keeps a hold on it and prevents the user from renaming or otherwise modify it.
I can rename the folder.
No response
The text was updated successfully, but these errors were encountered:
This even happens when creating a folder in the same folder which is open in Phoenix Code from Windows Explorer. Even when omitting the expand step.
Sorry, something went wrong.
Thanks for the detailed steps @cz-dev-ge . I will take a look at it.
Windows only issue, related to file watchers. See more details in below link paulmillr/chokidar#664
use polling will fix this, but need to analyze the performance impact
use polling
This will be fixed in the next release. Thanks for reporting.
No branches or pull requests
Describe the bug
When creating a folder and expanding it phoenix keeps a hold on it and prevents the user from renaming or otherwise modify it.
Reproduction
Expected behavior
I can rename the folder.
OS, Browser and Phoenix versions
logs or debug stack trace if any
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: