Skip to content

Commit

Permalink
File drop is disabled in case the folder is ready only or no space is…
Browse files Browse the repository at this point in the history
… left
  • Loading branch information
DeepDiver1975 committed Jun 25, 2020
1 parent f8d791b commit fb47a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesAppBar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="files-app-bar" class="oc-app-bar">
<file-drop
v-if="!isIE11()"
v-if="!isIE11() && canUpload && hasFreeSpace"
:root-path="item"
:path="currentPath"
:headers="headers"
Expand Down

0 comments on commit fb47a89

Please sign in to comment.