UNPKG

@shopgate/engage

Version:
8 lines (7 loc) 283 B
import { IS_PAGE_PREVIEW_ACTIVE } from '@shopgate/engage/page/constants'; import { hasWebBridge } from "./bridge"; /** * Checks whether the app shall use a scroll container * @returns {boolean} */ export const useScrollContainer = () => IS_PAGE_PREVIEW_ACTIVE || !hasWebBridge();