1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

go back to view after sharing

This commit is contained in:
Kyle Spearrin
2018-10-23 16:17:30 -04:00
parent fd80d4557f
commit b83188993f
3 changed files with 10 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ export const routerTransition = trigger('routerTransition', [
transition('generator => add-cipher, generator => edit-cipher', outSlideDown),
transition('edit-cipher => share-cipher', inSlideUp),
transition('share-cipher => edit-cipher', outSlideDown),
transition('share-cipher => edit-cipher, share-cipher => view-cipher', outSlideDown),
transition('edit-cipher => attachments, edit-cipher => collections', inSlideLeft),
transition('attachments => edit-cipher, collections => edit-cipher', outSlideRight),