1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

cache groupings page state

This commit is contained in:
Kyle Spearrin
2018-04-12 15:56:27 -04:00
parent cca40157ea
commit fa6fc76346
4 changed files with 104 additions and 35 deletions

View File

@@ -45,11 +45,11 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
showAdd = true;
folderId: string = null;
type: CipherType = null;
selectedTimeout: number;
preventSelected = false;
pagedCiphers: CipherView[] = [];
private didScroll = false;
private selectedTimeout: number;
private preventSelected = false;
constructor(cipherService: CipherService, private route: ActivatedRoute,
private router: Router, private location: Location,