Skip to content

Commit

Permalink
Merge pull request brave#1926 from Liunkae/patch-1
Browse files Browse the repository at this point in the history
Fix brave#1848 (bookmark tooltips)
  • Loading branch information
bsclifton committed May 29, 2016
2 parents f3f4a12 + 903377a commit 8d7df42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/bookmarksToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class BookmarkToolbarButton extends ImmutableComponent {
})}
draggable
ref={(node) => { this.bookmarkNode = node }}
title={this.isFolder ? '' : this.props.bookmark.get('title') + '\n' + this.props.bookmark.get('location')}
onClick={this.onClick}
onDragStart={this.onDragStart}
onDragEnd={this.onDragEnd}
Expand Down

0 comments on commit 8d7df42

Please sign in to comment.