fix: realign sqlite path and stabilize client data
This commit is contained in:
@@ -69,7 +69,7 @@ export const DrawingCard: React.FC<DrawingCardProps> = ({
|
||||
exportBackground: true,
|
||||
viewBackgroundColor: drawing.appState.viewBackgroundColor || "#ffffff"
|
||||
},
|
||||
files: null,
|
||||
files: drawing.files || {},
|
||||
exportPadding: 10
|
||||
});
|
||||
const previewHtml = svg.outerHTML;
|
||||
|
||||
Reference in New Issue
Block a user