mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
fix(app): go back navigation can close menus
This commit is contained in:
@ -597,4 +597,8 @@ export abstract class NavController {
|
||||
*/
|
||||
abstract canGoBack(): boolean;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
abstract registerChildNav(nav: NavController);
|
||||
}
|
||||
|
Reference in New Issue
Block a user