-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 [Frontend] bugfix: open folder after deleting file #6997
base: master
Are you sure you want to change the base?
🐛 [Frontend] bugfix: open folder after deleting file #6997
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
THOUGHT/QUESTION: does it make sense to consider trash for data as well?
Ufff... I guess it would be very hard to implement, but it would make sense from the user's perspective |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What do these changes do?
Before, after deleting the file the current folder wouldn't stay selected, this PR fixes it.
Bonus:
Fixed glitch with the "Drop here" widget spotted while debugging with @giancarloromeo
Related issue/s
How to test
Dev-ops checklist