mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #50125 from nextcloud/backport/50123/stable30
This commit is contained in:
commit
90e45ea008
3 changed files with 11 additions and 4 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<template #icon>
|
||||
<ArrowLeftIcon />
|
||||
</template>
|
||||
{{ actionDisplayName(openedSubmenu) }}
|
||||
{{ t('files', 'Back') }}
|
||||
</NcActionButton>
|
||||
<NcActionSeparator />
|
||||
|
||||
|
|
@ -241,6 +241,13 @@ export default defineComponent({
|
|||
},
|
||||
},
|
||||
|
||||
watch: {
|
||||
// Close any submenu when the menu is closed
|
||||
openedMenu() {
|
||||
this.openedSubmenu = null
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
actionDisplayName(action: FileAction) {
|
||||
try {
|
||||
|
|
|
|||
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