mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
renamed Listener() to Event()
This commit is contained in:
@@ -83,7 +83,7 @@ class AppContext extends Component {
|
||||
return $(el).closest(".component").prop('component');
|
||||
}
|
||||
|
||||
async protectedSessionStartedListener() {
|
||||
async protectedSessionStartedEvent() {
|
||||
await treeCache.loadInitialTree();
|
||||
|
||||
this.triggerEvent('treeCacheReloaded');
|
||||
|
||||
Reference in New Issue
Block a user