mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
fix(overlays): update keyboard focus management
This commit is contained in:
@ -68,8 +68,8 @@ export class MenuToggle {
|
||||
*/
|
||||
get isHidden() {
|
||||
if (this._inNavbar && this._viewCtrl) {
|
||||
if (this._viewCtrl.isRoot()) {
|
||||
// this is the root view, so it should always show
|
||||
if (this._viewCtrl.isFirst()) {
|
||||
// this is the first view, so it should always show
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user