mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(angular): swipe to go backs in tabs (#16710)
This commit is contained in:
@ -66,7 +66,7 @@ export class StackController {
|
||||
});
|
||||
}
|
||||
|
||||
startBackTransition(stackId?: string) {
|
||||
startBackTransition(stackId = this.getActiveStackId()) {
|
||||
const views = this.getStack(stackId);
|
||||
this.transition(
|
||||
views[views.length - 2], // entering view
|
||||
|
Reference in New Issue
Block a user