You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to delete a directory that is not empty, the operation will first fail, as it's not running with '-r' option, but a spinner shows up in the background. The spinner does not go away if the user decides to close the modal dialog, by pressing 'No'.
To Reproduce
Steps to reproduce the behavior:
Click 'delete' button on a non empty directory
See spinner appearing and the modal promting for recursive deletion
Click 'No'
See spinner blocking the whole page
Expected behavior
The spinner should only be present while operations are running
Bug Info
When attempting to delete a directory that is not empty, the operation will first fail, as it's not running with '-r' option, but a spinner shows up in the background. The spinner does not go away if the user decides to close the modal dialog, by pressing 'No'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The spinner should only be present while operations are running
Screenshots
Screencast from 2023-02-03 10-08-32.webm
The text was updated successfully, but these errors were encountered: