From c895ec386e11cdc7da1742e3c8ce27ef9db5438f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Apr 2018 00:23:05 -0400 Subject: [PATCH] animation for edit-cipher => tabs (delete op) --- src/popup/app-routing.animations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/app-routing.animations.ts b/src/popup/app-routing.animations.ts index 615a4407fbc..d9a9477ed80 100644 --- a/src/popup/app-routing.animations.ts +++ b/src/popup/app-routing.animations.ts @@ -112,7 +112,7 @@ export const routerTransition = trigger('routerTransition', [ transition('view-cipher => tabs, view-cipher => ciphers', outSlideDown), transition('view-cipher => edit-cipher', inSlideUp), - transition('edit-cipher => view-cipher', outSlideDown), + transition('edit-cipher => view-cipher, edit-cipher => tabs', outSlideDown), transition('tabs => add-cipher, ciphers => add-cipher', inSlideUp), transition('add-cipher => tabs, add-cipher => ciphers', outSlideDown),