mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(angular): tabs flickering
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user