mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 12:12:28 +08:00
fix(client): tooltips not working in ribbon (closes #795)
This commit is contained in:
parent
9dd296f83c
commit
a9640fbee7
@ -227,7 +227,7 @@ export default class RibbonContainer extends NoteContextAwareWidget {
|
||||
.attr('data-ribbon-component-name', ribbonWidget.name)
|
||||
.append($('<span class="ribbon-tab-title-icon">')
|
||||
.addClass(ret.icon)
|
||||
.attr("data-title", ret.title)
|
||||
.attr("title", ret.title)
|
||||
.attr('data-toggle-command', ribbonWidget.toggleCommand))
|
||||
.append(" ")
|
||||
.append($('<span class="ribbon-tab-title-label">').text(ret.title));
|
||||
|
Loading…
x
Reference in New Issue
Block a user