mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
similar notes is getting updated automatically after the title change
This commit is contained in:
@@ -106,10 +106,10 @@ class Sidebar {
|
||||
}
|
||||
}
|
||||
|
||||
syncDataReceived(syncData) {
|
||||
eventReceived(name, data) {
|
||||
for (const widget of this.widgets) {
|
||||
if (widget.syncDataReceived) {
|
||||
widget.syncDataReceived(syncData);
|
||||
if (widget.eventReceived) {
|
||||
widget.eventReceived(name, data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user