fix(export): enable proper file downloads and fix empty PNG export
This commit is contained in:
@@ -223,14 +223,14 @@ import Tooltip from "../components/Tooltip.astro";
|
||||
<TuiButton
|
||||
id="btn-copy-text"
|
||||
label="TXT"
|
||||
title="Copy Text"
|
||||
description="Copy raw ASCII text to clipboard."
|
||||
title="Save as Text"
|
||||
description="Download raw ASCII text file."
|
||||
/>
|
||||
<TuiButton
|
||||
id="btn-copy-html"
|
||||
label="HTML"
|
||||
title="Copy HTML"
|
||||
description="Copy colored HTML span elements to clipboard."
|
||||
title="Save as HTML"
|
||||
description="Download colored HTML file."
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user