mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
same note in different tabs are synced
This commit is contained in:
@@ -221,6 +221,8 @@ class TabContext {
|
||||
async saveNoteIfChanged() {
|
||||
if (this.isNoteChanged) {
|
||||
await this.saveNote();
|
||||
|
||||
noteDetailService.refreshTabs(this.tabId, this.noteId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user