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 8406984 commit 5aa6306Copy full SHA for 5aa6306
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