Skip to content

Commit

Permalink
Add titleTooltip to sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jul 19, 2021
1 parent 3b5c643 commit 6d9bbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/src/views/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export default {
starred: this.fileInfo.isFavourited,
subtitle: this.subtitle,
title: this.fileInfo.name,
titleTooltip: this.fileInfo.name,
}
} else if (this.error) {
return {
Expand Down

0 comments on commit 6d9bbb9

Please sign in to comment.