We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c2aab commit f972908Copy full SHA for f972908
ionic/components/nav/nav-controller.ts
@@ -428,8 +428,8 @@ export class NavController extends Ion {
428
opts = {};
429
}
430
431
- if (enteringView.usePortal && this._portal) {
432
- return this._portal.present(enteringView, opts);
+ if (enteringView.usePortal && rootNav._portal) {
+ return rootNav._portal.present(enteringView, opts);
433
434
435
enteringView.setNav(rootNav);
0 commit comments