Files
kilocode/packages/ui
niefangxin_yfmx ead46f4341 fix(ui): make Mermaid Copy PNG/SVG put images on the clipboard
Copy PNG called fetch() on a data URL, which VS Code webview CSP rejects,
so the copy silently did nothing. Decode the data URL locally instead.

Copy SVG used clipboard.writeText() with SVG markup, so paste targets got
source text instead of an image. Write SVG/PNG/text representations when
supported, and fall back to PNG on hosts that reject multi-type items.
2026-08-07 17:06:46 +08:00
..
2026-07-29 02:06:01 +02:00
2025-11-22 10:39:25 -05:00
2026-07-29 02:06:01 +02:00
2026-07-22 13:31:23 +02:00
2026-02-26 16:05:04 -06:00