same note in different tabs are synced

This commit is contained in:
zadam
2019-05-20 22:25:04 +02:00
parent 48b4488a58
commit 32fae5e9e8
2 changed files with 22 additions and 5 deletions

View File

@@ -221,6 +221,8 @@ class TabContext {
async saveNoteIfChanged() {
if (this.isNoteChanged) {
await this.saveNote();
noteDetailService.refreshTabs(this.tabId, this.noteId);
}
}