MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / resetContentScrollY

Function resetContentScrollY

core/src/utils/content/index.ts:131–137  ·  view source on GitHub ↗
(contentEl: HTMLElement, initialScrollY: boolean)

Source from the content-addressed store, hash-verified

129};
130
131export const resetContentScrollY = (contentEl: HTMLElement, initialScrollY: boolean) => {
132 if (isIonContent(contentEl)) {
133 (contentEl as HTMLIonContentElement).scrollY = initialScrollY;
134 } else {
135 contentEl.style.removeProperty('overflow');
136 }
137};

Callers 3

onEndMethod · 0.90
onEndMethod · 0.90
onEndFunction · 0.90

Calls 1

isIonContentFunction · 0.85

Tested by

no test coverage detected