mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(picker): does not scroll
This commit is contained in:
@ -362,8 +362,6 @@ export class Menu {
|
||||
private afterAnimation(isOpen: boolean): boolean {
|
||||
assert(this.isAnimating, '_before() should be called while animating');
|
||||
|
||||
// TODO: this._app.setEnabled(false, 100);
|
||||
|
||||
// keep opening/closing the menu disabled for a touch more yet
|
||||
// only add listeners/css if it's enabled and isOpen
|
||||
// and only remove listeners/css if it's not open
|
||||
|
Reference in New Issue
Block a user