chore(): sync with main

This commit is contained in:
Liam DeBeasi
2021-12-13 11:31:44 -05:00
24 changed files with 46992 additions and 4239 deletions

View File

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