Close all docs on logout

This commit is contained in:
shamoon
2023-04-28 07:07:59 -07:00
parent d2a8076596
commit 12d8bcad6e
2 changed files with 5 additions and 1 deletions

View File

@@ -243,4 +243,8 @@ export class AppFrameComponent
this.checkForUpdates()
}
}
onLogout() {
this.openDocumentsService.closeAll()
}
}