mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 11:22:28 -04:00
Merge pull request #42984 from nextcloud/backport/42950/stable28
This commit is contained in:
commit
0285fbe430
5 changed files with 9 additions and 9 deletions
|
|
@ -9,7 +9,7 @@
|
|||
dir="auto"
|
||||
:to="section.to"
|
||||
:title="titleForSection(index, section)"
|
||||
:aria-description="ariaForSection(index, section)"
|
||||
:aria-description="ariaForSection(section)"
|
||||
@click.native="onClick(section.to)">
|
||||
<template v-if="index === 0" #icon>
|
||||
<Home :size="20"/>
|
||||
|
|
@ -118,8 +118,8 @@ export default Vue.extend({
|
|||
return null
|
||||
},
|
||||
|
||||
ariaForSection(index, section) {
|
||||
if (index === section.length - 1) {
|
||||
ariaForSection(section) {
|
||||
if (section?.to?.query?.dir === this.$route.query.dir) {
|
||||
return t('files', 'Reload current directory')
|
||||
}
|
||||
return null
|
||||
|
|
|
|||
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
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