remove dependency of i18n from getDefaultAppState and make it pure

This commit is contained in:
Aakansha Doshi
2020-12-27 18:18:07 +05:30
parent bc414ccaaf
commit eda35a25b3
15 changed files with 123 additions and 90 deletions
+1
View File
@@ -75,6 +75,7 @@ export const exportCanvas = async (
exportPadding,
scale,
shouldAddWatermark,
watermarkText: t("labels.madeWithExcalidraw"),
});
tempCanvas.style.display = "none";
document.body.appendChild(tempCanvas);