fix(picker): stop picker once it is closed

This commit is contained in:
Manu Mtz.-Almeida
2016-11-27 21:08:44 +01:00
parent 58189d27a9
commit ecb8bee398

View File

@ -94,6 +94,10 @@ export class PickerColumnCmp {
ngOnDestroy() {
this.events.unlistenAll();
if (this.rafId) {
cancelRaf(this.rafId);
this.rafId = null;
}
}
pointerStart(ev: UIEvent): boolean {