fix(refresher): attach scroll listener to custom scroll target (#25335)

Resolves #25318
This commit is contained in:
Sean Perkins
2022-05-24 16:22:53 -04:00
committed by GitHub
parent 15f0c0669f
commit 8f5e4cd935
14 changed files with 188 additions and 275 deletions

View File

@ -2,8 +2,8 @@ import { componentOnReady } from '../helpers';
import { printRequiredElementError } from '../logging';
const ION_CONTENT_TAG_NAME = 'ION-CONTENT';
const ION_CONTENT_ELEMENT_SELECTOR = 'ion-content';
const ION_CONTENT_CLASS_SELECTOR = '.ion-content-scroll-host';
export const ION_CONTENT_ELEMENT_SELECTOR = 'ion-content';
export const ION_CONTENT_CLASS_SELECTOR = '.ion-content-scroll-host';
/**
* Selector used for implementations reliant on `<ion-content>` for scroll event changes.
*