more robust entering protected session and the following protection of a note

This commit is contained in:
zadam
2020-04-25 17:15:57 +02:00
parent 71d248cd87
commit d1eacbb574
2 changed files with 5 additions and 13 deletions

View File

@@ -94,12 +94,6 @@ class AppContext extends Component {
getComponentByEl(el) {
return $(el).closest(".component").prop('component');
}
async protectedSessionStartedEvent() {
await treeCache.loadInitialTree();
this.triggerEvent('treeCacheReloaded');
}
}
const appContext = new AppContext();