mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(item): update hostContext to use ion-item element
fixes styling issues with children elements using the .in-item class
This commit is contained in:
@ -449,7 +449,7 @@ export class Menu implements MenuI {
|
||||
this.gesture.setDisabled(!isActive || !this.swipeGesture);
|
||||
}
|
||||
|
||||
// Close menu inmediately
|
||||
// Close menu immediately
|
||||
if (!isActive && this._isOpen) {
|
||||
// close if this menu is open, and should not be enabled
|
||||
this.forceClosing();
|
||||
|
Reference in New Issue
Block a user