mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-07 16:42:27 +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)
|
.attr('data-ribbon-component-name', ribbonWidget.name)
|
||||||
.append($('<span class="ribbon-tab-title-icon">')
|
.append($('<span class="ribbon-tab-title-icon">')
|
||||||
.addClass(ret.icon)
|
.addClass(ret.icon)
|
||||||
.attr("data-title", ret.title)
|
.attr("title", ret.title)
|
||||||
.attr('data-toggle-command', ribbonWidget.toggleCommand))
|
.attr('data-toggle-command', ribbonWidget.toggleCommand))
|
||||||
.append(" ")
|
.append(" ")
|
||||||
.append($('<span class="ribbon-tab-title-label">').text(ret.title));
|
.append($('<span class="ribbon-tab-title-label">').text(ret.title));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user