mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
fixes and move to jslib share component
This commit is contained in:
@@ -120,6 +120,9 @@ export const routerTransition = trigger('routerTransition', [
|
||||
transition('add-cipher => generator, edit-cipher => generator', inSlideUp),
|
||||
transition('generator => add-cipher, generator => edit-cipher', outSlideDown),
|
||||
|
||||
transition('edit-cipher => share-cipher', inSlideUp),
|
||||
transition('share-cipher => edit-cipher', outSlideDown),
|
||||
|
||||
transition('edit-cipher => attachments', inSlideLeft),
|
||||
transition('attachments => edit-cipher', outSlideRight),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user