1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

condition show folders and collections

This commit is contained in:
Kyle Spearrin
2018-04-18 16:28:25 -04:00
parent 81200f3ecb
commit 45ffa8fc1e
2 changed files with 3 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
}
if (this.popupUtilsService.inPopup(window)) {
BrowserApi.closePopup(window);
BrowserApi.closePopup(window);
}
} catch {
this.analytics.eventTrack.next({ action: 'Autofilled Error' });