diff --git a/src/components/picker/picker-component.ts b/src/components/picker/picker-component.ts index c42b4bc1a7..c28db440cc 100644 --- a/src/components/picker/picker-component.ts +++ b/src/components/picker/picker-component.ts @@ -94,6 +94,10 @@ export class PickerColumnCmp { ngOnDestroy() { this.events.unlistenAll(); + if (this.rafId) { + cancelRaf(this.rafId); + this.rafId = null; + } } pointerStart(ev: UIEvent): boolean {