mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(refresher): attach scroll listener to custom scroll target (#25335)
Resolves #25318
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user