fix(angular): tabs flickering

This commit is contained in:
Manu Mtz.-Almeida
2018-04-03 21:57:32 +02:00
parent 11cb42facb
commit 7e97006753
8 changed files with 11989 additions and 22 deletions

View File

@ -93,6 +93,7 @@ export class StackController {
await containerEl.commit(enteringEl, leavingEl, {
duration: direction === 0 ? 0 : undefined,
direction: direction === -1 ? NavDirection.Back : NavDirection.Forward,
deepWait: true,
showGoBack
});
}