mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
frontend attribute cache refactoring WIP
This commit is contained in:
@@ -49,10 +49,6 @@ ws.subscribeToOutsideSyncMessages(syncData => {
|
||||
}
|
||||
});
|
||||
|
||||
ws.subscribeToAllSyncMessages(syncData => {
|
||||
appContext.trigger('syncData', {data: syncData});
|
||||
});
|
||||
|
||||
function noteChanged() {
|
||||
const activeTabContext = appContext.getActiveTabContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user