mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[Send] Type component (#1608)
* Initial commit of send type component * Update jslib (ee164be->0951424) * Update constructor for new jslib
This commit is contained in:
@@ -146,9 +146,13 @@ export class AppComponent implements OnInit {
|
||||
(window as any).previousPopupUrl.startsWith('/tabs/')) {
|
||||
this.stateService.remove('GroupingsComponent');
|
||||
this.stateService.remove('CiphersComponent');
|
||||
this.stateService.remove('SendGroupingsComponent');
|
||||
this.stateService.remove('SendGroupingsComponentScope');
|
||||
this.stateService.remove('SendTypeComponent');
|
||||
}
|
||||
if (url.startsWith('/tabs/')) {
|
||||
this.stateService.remove('addEditCipherInfo');
|
||||
// TODO Remove any Send add/edit state information (?)
|
||||
}
|
||||
(window as any).previousPopupUrl = url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user