fix: realign sqlite path and stabilize client data

This commit is contained in:
Zimeng Xiong
2025-11-22 16:26:28 -08:00
parent 5225332fed
commit d31feda405
13 changed files with 89 additions and 76 deletions
+1 -1
View File
@@ -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;