mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
more refactorings
This commit is contained in:
@@ -190,6 +190,7 @@ ws.subscribeToOutsideSyncMessages(syncData => {
|
||||
.filter(sync => sync.entityName === 'attributes')
|
||||
.forEach(sync => noteIdsToRefresh.add(sync.noteId));
|
||||
|
||||
// FIXME
|
||||
for (const noteId of noteIdsToRefresh) {
|
||||
appContext.refreshTabs(null, noteId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user