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

load on sync

This commit is contained in:
Kyle Spearrin
2018-04-10 22:49:19 -04:00
parent bd6eab174c
commit e31d8dd702
3 changed files with 37 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
switch (message.command) {
case 'syncCompleted':
window.setTimeout(() => {
this.load();
this.refresh();
}, 500);
break;
default: