Merge pull request #2917 from dpalou/MOBILE-3783

Mobile 3783
main
Pau Ferrer Ocaña 2021-08-06 11:42:41 +02:00 committed by GitHub
commit 412c9b4907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ export class CoreInfiniteLoadingComponent implements OnChanges {
* like the Ionic component does. * like the Ionic component does.
*/ */
protected async checkScrollDistance(): Promise<void> { protected async checkScrollDistance(): Promise<void> {
if (!this.enabled) { if (!this.enabled || this.error || this.loadingMore) {
return; return;
} }

View File

@ -922,7 +922,7 @@ ion-item.ion-activatable:not(.only-links) {
ion-anchor, a, ion-anchor, a,
ion-button, button, ion-button, button,
audio, video, select, input { audio, video, select, input, iframe {
pointer-events: visible; pointer-events: visible;
} }
} }