ancillary type widget

This commit is contained in:
zadam
2023-02-15 14:32:12 +01:00
parent b1e2b5ba8e
commit 520ffecd36
11 changed files with 134 additions and 9 deletions

View File

@@ -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) {