UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

19 lines (17 loc) 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPopupContainer = void 0; /** * @author: yanxianliang * @date: 2025-09-10 15:28 * @modified:2025/9/10 15:28 by yanxianliang * @desc: popupContainer 处理 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ const getPopupContainer = () => { return document.fullscreenElement || document.body; }; exports.getPopupContainer = getPopupContainer;