mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
update tab title upon its change
This commit is contained in:
@@ -70,7 +70,7 @@ export class LoadResults {
|
||||
return Object.keys(this.noteIdToSourceId);
|
||||
}
|
||||
|
||||
isNoteReloaded(noteId, sourceId) {
|
||||
isNoteReloaded(noteId, sourceId = null) {
|
||||
if (!noteId) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user