From 9dc6429946267f58f2bd0e1dcbf899fe281697f7 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sat, 4 Jan 2020 15:09:25 -0800 Subject: [PATCH] Update index.tsx --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index b8c91a10c..69bccb67c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -491,7 +491,7 @@ function exportAsPNG({ link.setAttribute("href", tempCanvas.toDataURL("image/png")); link.click(); - // // clean up the DOM + // clean up the DOM link.remove(); if (tempCanvas !== canvas) tempCanvas.remove(); }