mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
fix(react): correctly show ion-back-button when going back (#23069)
resolves #22692
This commit is contained in:
@ -194,7 +194,7 @@ export class StackManager extends React.PureComponent<StackManagerProps, StackMa
|
||||
deepWait: true,
|
||||
duration: direction === undefined ? 0 : undefined,
|
||||
direction: direction as any,
|
||||
showGoBack: direction === 'forward',
|
||||
showGoBack: !!routeInfo.pushedByRoute,
|
||||
progressAnimation: false,
|
||||
animationBuilder: routeInfo.routeAnimation,
|
||||
});
|
||||
|
Reference in New Issue
Block a user