remove dependency of i18n from getDefaultAppState and make it pure
This commit is contained in:
@@ -75,6 +75,7 @@ export const exportCanvas = async (
|
||||
exportPadding,
|
||||
scale,
|
||||
shouldAddWatermark,
|
||||
watermarkText: t("labels.madeWithExcalidraw"),
|
||||
});
|
||||
tempCanvas.style.display = "none";
|
||||
document.body.appendChild(tempCanvas);
|
||||
|
||||
Reference in New Issue
Block a user