Skip to content

Commit 01478f1

Browse files
authored
Merge pull request #48003 from nextcloud/artonge/fix/missing_dot
fix: Restore missing dot in FilesListVirtual.vue
2 parents 6d6baec + 699ce26 commit 01478f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/components/FilesListVirtual.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export default defineComponent({
298298
.at(0)
299299
// Some file types do not have a default action (e.g. they can only be downloaded)
300300
// So if there is an enabled default action, so execute it
301-
defaultAction?.exec(node, this.currentView, this.currentFolderpath)
301+
defaultAction?.exec(node, this.currentView, this.currentFolder.path)
302302
},
303303
304304
onDragOver(event: DragEvent) {

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)