mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
Merge remote-tracking branch 'origin/main' into sync-7-11-15-22
This commit is contained in:
@ -116,7 +116,7 @@ class IonRouterInner extends React.PureComponent<IonRouteProps, IonRouteState> {
|
||||
this.incomingRouteParams = {
|
||||
routeAction: 'replace',
|
||||
routeDirection: 'none',
|
||||
tab: this.currentTab, // TODO this isn't legit if replacing to a page that is not in the tabs
|
||||
tab: this.currentTab,
|
||||
};
|
||||
}
|
||||
if (action === 'POP') {
|
||||
|
Reference in New Issue
Block a user