mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
similar notes is getting updated automatically after the title change
This commit is contained in:
@@ -374,7 +374,7 @@ ws.subscribeToOutsideSyncMessages(syncData => {
|
||||
|
||||
ws.subscribeToAllSyncMessages(syncData => {
|
||||
for (const tc of tabContexts) {
|
||||
tc.syncDataReceived(syncData);
|
||||
tc.eventReceived('syncData', syncData);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user