We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f839ee + 02a26bf commit 1d560cfCopy full SHA for 1d560cf
1 file changed
apps/files/src/components/VirtualList.vue
@@ -157,7 +157,7 @@ export default defineComponent({
157
itemHeight() {
158
// Align with css in FilesListVirtual
159
// 166px + 32px (name) + 16px (mtime) + 16px (padding top and bottom)
160
- return this.gridMode ? (166 + 32 + 16 + 16 + 16) : 44
+ return this.gridMode ? (166 + 32 + 16 + 16 + 16) : 68
161
},
162
163
// Grid mode only
@@ -320,6 +320,8 @@ export default defineComponent({
320
321
methods: {
322
scrollTo(index: number) {
323
+ return
324
+
325
if (!this.$el || this.index === index) {
326
return
327
}
0 commit comments