mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix: Restore missing dot in FilesListVirtual.vue
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
427c7db476
commit
699ce26e42
3 changed files with 4 additions and 4 deletions
|
|
@ -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
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue