mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Remove old IE Edge hacks
This commit is contained in:
@@ -163,9 +163,7 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
|
||||
getState(outlet: RouterOutlet) {
|
||||
if (BrowserApi.isEdge18) {
|
||||
return null;
|
||||
} else if (outlet.activatedRouteData.state === 'ciphers') {
|
||||
if (outlet.activatedRouteData.state === 'ciphers') {
|
||||
const routeDirection = (window as any).routeDirection != null ? (window as any).routeDirection : '';
|
||||
return 'ciphers_direction=' + routeDirection + '_' +
|
||||
(outlet.activatedRoute.queryParams as any).value.folderId + '_' +
|
||||
|
||||
Reference in New Issue
Block a user