-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
folder showing even after deleting #265
Comments
Merged! @not-known-person Thanks for taking caring of this! The phantom folder issue is only on Windows. This works perfectly fine in mac and linux. I've just added this commit so that this fix is applied only on windows. On Mac and Linux this might end up with multiple redux updates (likely not harmful), but still choosing not to do it since rename and delete feature is pretty stable on mac and linux. Also, another debugging tip. When you bring up the app, you can open developer tools and turn on debugging by executing On my mac, as you see below in the screenshots I have 3 IPC events. |
This has been released in Thanks @not-known-person Closing this issue. Please re-open if the issues still persists. |
Thank you so much for your kind words! It's been a pleasure contributing to the project, and I'm glad I could be of help. I look forward to more opportunities to work together and make the project even better. |
…me/delete needs to be run only on windows" This reverts commit fcc12fb. # Conflicts: # packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js # packages/bruno-app/src/utils/common/platform.js
…me/delete needs to be run only on windows" This reverts commit fcc12fb.
folder inside collection doesn't get remove from the list even after deleting ,
I have deleted the Demo folder in the Demo12389 , but it still showing ,
but restarting the application fixes the issue .
The text was updated successfully, but these errors were encountered: