mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
ancillary type widget
This commit is contained in:
@@ -460,7 +460,9 @@ export default class TabRowWidget extends BasicWidget {
|
||||
}
|
||||
|
||||
updateTitle($tab, title) {
|
||||
$tab.find('.note-tab-title').text(title);
|
||||
$tab.attr("title", title)
|
||||
$tab.find('.note-tab-title')
|
||||
.text(title);
|
||||
}
|
||||
|
||||
getTabById(ntxId) {
|
||||
|
||||
Reference in New Issue
Block a user