deerflow2/frontend/src/components/workspace/artifacts
CHANGXUBO 9f74589d09
fix: HTML artifact preview renders blank in preview mode (#876)
The condition guarding ArtifactFilePreview only allowed markdown files
through, which prevented HTML files from reaching the preview component.
Added `language === "html"` to the condition so HTML artifacts render
correctly in preview mode.

Fixes #873

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-18 10:06:21 +08:00
..
artifact-file-detail.tsx fix: HTML artifact preview renders blank in preview mode (#876) 2026-02-18 10:06:21 +08:00
artifact-file-list.tsx feat: support subtasks 2026-02-07 16:14:48 +08:00
context.tsx feat: add file icons 2026-02-02 10:02:31 +08:00
index.ts feat: integrated with artifacts 2026-01-17 00:02:03 +08:00