Merge pull request #50125 from nextcloud/backport/50123/stable30

This commit is contained in:
John Molakvoæ 2025-01-22 09:52:29 +01:00 committed by GitHub
commit 90e45ea008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 4 deletions

View file

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long