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 npmbuildbot-nextcloud[bot] committed Jul 19, 2021
1 parent 3b5c643 commit 4a3bf9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/files/js/dist/sidebar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/js/dist/sidebar.js.map

Large diffs are not rendered by default.

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 4a3bf9a

Please sign in to comment.