mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(modal): set root nav view controller
This commit is contained in:
@ -416,6 +416,8 @@ export class NavController extends Ion {
|
||||
return;
|
||||
}
|
||||
|
||||
enteringView.setNav(rootNav);
|
||||
|
||||
opts.keyboardClose = false;
|
||||
opts.direction = 'forward';
|
||||
|
||||
|
Reference in New Issue
Block a user