mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
wip
This commit is contained in:
@@ -78,17 +78,6 @@ export default class NoteTitleWidget extends TabAwareWidget {
|
||||
});
|
||||
}
|
||||
|
||||
noteTitleChangedListener({tabId, title, noteId}) {
|
||||
if (tabId === this.tabContext.tabId
|
||||
|| !this.tabContext.note
|
||||
|| this.tabContext.note.noteId !== noteId) {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
this.$noteTitle.val(title);
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
this.$noteTitle.val(note.title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user