mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #50126 from nextcloud/backport/50123/master
This commit is contained in:
commit
184e715e84
3 changed files with 11 additions and 4 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<template #icon>
|
||||
<ArrowLeftIcon />
|
||||
</template>
|
||||
{{ actionDisplayName(openedSubmenu) }}
|
||||
{{ t('files', 'Back') }}
|
||||
</NcActionButton>
|
||||
<NcActionSeparator />
|
||||
|
||||
|
|
@ -244,6 +244,13 @@ export default defineComponent({
|
|||
},
|
||||
},
|
||||
|
||||
watch: {
|
||||
// Close any submenu when the menu is closed
|
||||
openedMenu() {
|
||||
this.openedSubmenu = null
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
useHotKey('Escape', this.onKeyDown, {
|
||||
stop: true,
|
||||
|
|
|
|||
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