diff --git a/core/src/components/content/content.tsx b/core/src/components/content/content.tsx index 07ca73bedb..d88fe7bcbe 100644 --- a/core/src/components/content/content.tsx +++ b/core/src/components/content/content.tsx @@ -119,14 +119,6 @@ export class Content implements ComponentInterface { this.resize(); } - @Listen('click', { capture: true }) - onClick(ev: Event) { - if (this.isScrolling) { - ev.preventDefault(); - ev.stopPropagation(); - } - } - private shouldForceOverscroll() { const { forceOverscroll } = this; const mode = getIonMode(this);