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 017e773 commit ec0ee87Copy full SHA for ec0ee87
apps/files/src/components/FileEntryMixin.ts
@@ -321,7 +321,7 @@ export default defineComponent({
321
const metaKeyPressed = event.ctrlKey || event.metaKey || event.button === 1
322
if (metaKeyPressed || !this.defaultFileAction) {
323
// If no download permission, then we can not allow to download (direct link) the files
324
- if (isPublicShare() && !isDownloadable(this.source)) {
+ if (!isDownloadable(this.source)) {
325
return
326
}
327
0 commit comments