diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-10-18 11:08:25 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-10-19 06:42:33 +0000 |
commit | 4db03884a566bc637e859cb83c806201b326bb3c (patch) | |
tree | c208dd414fcbeaf2da03d9132730ddcea4913f72 /apps/files/src/components/VirtualList.vue | |
parent | 4876eacf3fee0f4bbbaa70f924e5429133f1d1bd (diff) | |
download | nextcloud-server-4db03884a566bc637e859cb83c806201b326bb3c.tar.gz nextcloud-server-4db03884a566bc637e859cb83c806201b326bb3c.zip |
fix(files): drop visible and adjust drag-to-scroll feature
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/src/components/VirtualList.vue')
-rw-r--r-- | apps/files/src/components/VirtualList.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/src/components/VirtualList.vue b/apps/files/src/components/VirtualList.vue index f16d1b09cd1..53ff552235c 100644 --- a/apps/files/src/components/VirtualList.vue +++ b/apps/files/src/components/VirtualList.vue @@ -18,7 +18,6 @@ <component :is="dataComponent" v-for="({key, item}, i) in renderedItems" :key="key" - :visible="true" :source="item" :index="i" v-bind="extraProps" /> |