NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

utils/dom/findclosestscrollableancestor

Api-module iconmodule

Functions

  • Chevron-right icon

    findClosestScrollableAncestor( domElement ) → HTMLElement | null

    Returns the closest scrollable ancestor of a DOM element.

    Parameters

    domElement : HTMLElement

    DOM element.

    Returns

    HTMLElement | null

    First ancestor of domElement that is scrollable or null if such ancestor doesn't exist.