UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

25 lines (22 loc) 604 B
import { getConfig2 as getConfig } from "./chunk-ABZYJK2D.mjs"; import { __name } from "./chunk-AGHRB4JF.mjs"; // src/rendering-util/selectSvgElement.ts import { select } from "d3"; var selectSvgElement = /* @__PURE__ */ __name((id) => { const { securityLevel } = getConfig(); let root = select("body"); if (securityLevel === "sandbox") { const sandboxElement = select(`#i${id}`); const doc = sandboxElement.node()?.contentDocument ?? document; root = select(doc.body); } const svg = root.select(`#${id}`); return svg; }, "selectSvgElement"); export { selectSvgElement };