mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
This commit is contained in:
@ -72,7 +72,7 @@ const IonTabBarUnwrapped = /*@__PURE__*/(() => class extends React.Component<Pro
|
||||
if (this.context.hasIonicRouter()) {
|
||||
this.context.tabNavigate(originalHref);
|
||||
} else {
|
||||
this.context.navigate(originalHref, 'back');
|
||||
this.context.navigate(originalHref, 'back');
|
||||
}
|
||||
} else {
|
||||
this.context.navigate(this.state.tabs[e.detail.tab].currentHref, 'none');
|
||||
|
Reference in New Issue
Block a user