Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix #1848 (bookmark tooltips)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liunkae authored and Liunkae committed May 29, 2016
1 parent 6d5a660 commit 903377a
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 903377a

Please sign in to comment.