Fix RTL text direction rendering (#1687)

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
Youness Fkhach
2020-06-02 19:31:34 +01:00
committed by GitHub
parent fd75b88bd3
commit a118bed82f
4 changed files with 41 additions and 10 deletions

View File

@ -330,7 +330,6 @@ export const exportCanvas = async (
shouldAddWatermark,
});
tempCanvas.style.display = "none";
document.body.appendChild(tempCanvas);
if (type === "png") {
const fileName = `${name}.png`;