fix: browser history

This commit is contained in:
Michael Staub 2023-02-23 13:52:12 -08:00
parent a014b4e6cb
commit f709c50809
5 changed files with 34 additions and 22 deletions

View file

@ -120,7 +120,6 @@ export class RootStoreModel {
async handleSessionChange(agent: AtpAgent) {
this.log.debug('RootStoreModel:handleSessionChange')
this.agent = agent
this.nav.clear()
this.me.clear()
await this.me.load()
}