mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 17:16:55 -04:00
Merge pull request #28046 from nextcloud/enh/noid/titleTooltip
Add titleTooltip to sidebar
This commit is contained in:
commit
df1ecbaa27
3 changed files with 4 additions and 3 deletions
4
apps/files/js/dist/sidebar.js
vendored
4
apps/files/js/dist/sidebar.js
vendored
File diff suppressed because one or more lines are too long
2
apps/files/js/dist/sidebar.js.map
vendored
2
apps/files/js/dist/sidebar.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -223,6 +223,7 @@ export default {
|
|||
subtitle: this.subtitle,
|
||||
subtitleTooltip: this.fullTime,
|
||||
title: this.fileInfo.name,
|
||||
titleTooltip: this.fileInfo.name,
|
||||
}
|
||||
} else if (this.error) {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue