mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
appContext is now component
This commit is contained in:
@@ -328,7 +328,7 @@ async function processSyncRows(syncRows) {
|
||||
});
|
||||
|
||||
const appContext = (await import("./app_context.js")).default;
|
||||
appContext.trigger('entitiesReloaded', {loadResults});
|
||||
appContext.triggerEvent('entitiesReloaded', {loadResults});
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user