mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
moving components to its own directory
This commit is contained in:
@@ -76,7 +76,7 @@ async function processEntityChanges(entityChanges) {
|
||||
noteAttributeCache.invalidate();
|
||||
}
|
||||
|
||||
const appContext = (await import("./app_context.js")).default;
|
||||
const appContext = (await import("../components/app_context.js")).default;
|
||||
await appContext.triggerEvent('entitiesReloaded', {loadResults});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user