fix(picker): does not scroll

This commit is contained in:
Manu Mtz.-Almeida
2018-03-20 19:53:51 +01:00
parent 7dbd42f9b2
commit b49a45d81d
3 changed files with 36 additions and 54 deletions

View File

@ -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