Browse Source

Add titleTooltip to sidebar

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
tags/v23.0.0beta1
szaimen 2 years ago
parent
commit
e4770f876b

+ 2
- 2
apps/files/js/dist/sidebar.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/files/js/dist/sidebar.js.map
File diff suppressed because it is too large
View File


+ 1
- 0
apps/files/src/views/Sidebar.vue View File

@@ -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…
Cancel
Save