We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91840a commit 62fd47eCopy full SHA for 62fd47e
apps/files/src/components/FileEntryMixin.ts
@@ -367,7 +367,7 @@ export default defineComponent({
367
const metaKeyPressed = event.ctrlKey || event.metaKey || event.button === 1
368
if (metaKeyPressed || !this.defaultFileAction) {
369
// If no download permission, then we can not allow to download (direct link) the files
370
- if (isPublicShare() && !isDownloadable(this.source)) {
+ if (!isDownloadable(this.source)) {
371
return
372
}
373
0 commit comments