Skip to content

Commit

Permalink
Merge pull request #48003 from nextcloud/artonge/fix/missing_dot
Browse files Browse the repository at this point in the history
fix: Restore missing dot in FilesListVirtual.vue
  • Loading branch information
susnux authored Sep 15, 2024
2 parents 6d6baec + 699ce26 commit 01478f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 01478f1

Please sign in to comment.