-
Notifications
You must be signed in to change notification settings - Fork 9
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
Throw when cancelling or clicking outside #946
Comments
What API?
At least that is what should happen, if it does not, than this is a bug. |
See https://github.com/nextcloud/server/blob/6c632a17c5912c330b045b6f1d85025a9d9d9f7b/apps/files/src/actions/moveOrCopyAction.ts#L200-L203, what am I doing wrong? |
Yes it should reject: nextcloud-dialogs/lib/filepicker.ts Line 87 in b6ad9c0
|
It doesn't 🙈 |
Well then this is a bug, I try to investigate |
When you click outside or close, it still returns a path:
"/"
.Example given: For the Move action, if you click outside, I expect to cancel.
Right now it's impossible to differentiate a cancellation and picking the root folder
The text was updated successfully, but these errors were encountered: