Browse Source

Merge pull request #48003 from nextcloud/artonge/fix/missing_dot

fix: Restore missing dot in FilesListVirtual.vue
pull/48014/head
Ferdinand Thiessen 1 year ago
committed by GitHub
parent
commit
01478f1c40
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files/src/components/FilesListVirtual.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

2
apps/files/src/components/FilesListVirtual.vue

@ -298,7 +298,7 @@ export default defineComponent({
.at(0)
// Some file types do not have a default action (e.g. they can only be downloaded)
// So if there is an enabled default action, so execute it
defaultAction?.exec(node, this.currentView, this.currentFolderpath)
defaultAction?.exec(node, this.currentView, this.currentFolder.path)
},
onDragOver(event: DragEvent) {

4
dist/files-main.js
File diff suppressed because it is too large
View File

2
dist/files-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save