update tab title upon its change

This commit is contained in:
zadam
2020-02-01 19:25:37 +01:00
parent 0e13678f7c
commit 9f38ea6ee7
2 changed files with 33 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ export class LoadResults {
return Object.keys(this.noteIdToSourceId);
}
isNoteReloaded(noteId, sourceId) {
isNoteReloaded(noteId, sourceId = null) {
if (!noteId) {
return false;
}