1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-21005] Clear Add/Edit form cache when browser loses focus (#14634)

This commit is contained in:
Nick Krantz
2025-05-21 08:00:49 -05:00
committed by GitHub
parent ae35cb4e65
commit 1c4d851046
7 changed files with 73 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ export class CipherFormCacheService {
key: CIPHER_FORM_CACHE_KEY,
initialValue: null,
deserializer: CipherView.fromJSON,
clearOnTabChange: true,
});
constructor() {