Skip to content

Commit

Permalink
Update exporter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 authored Feb 19, 2024
1 parent e404dca commit 99ec6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/exporter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,9 @@ export function ImagePreviewer(props: {
const isApp = getClientConfig()?.isApp;

try {
const blob = await toPng(dom);
const blob = await toPng(dom, {
includeQueryParams: true,
});
if (!blob) return;

if (isMobile || (isApp && window.__TAURI__)) {
Expand Down

0 comments on commit 99ec6f8

Please sign in to comment.