mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-29 16:41:31 +08:00
fix reloading unprotected note title to the document.title after entering protected session, fixes #4244
This commit is contained in:
parent
806062c8d1
commit
8062bb7e2a
@ -647,4 +647,12 @@ export default class TabManager extends Component {
|
|||||||
await this.updateDocumentTitle(activeContext);
|
await this.updateDocumentTitle(activeContext);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async frocaReloadedEvent() {
|
||||||
|
const activeContext = this.getActiveContext();
|
||||||
|
|
||||||
|
if (activeContext) {
|
||||||
|
await this.updateDocumentTitle(activeContext);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user