do not render grid on export (#1814)

This commit is contained in:
Daishi Kato
2020-06-24 17:16:03 +09:00
committed by GitHub
parent e7ef02cc0f
commit caa9b54893
2 changed files with 6 additions and 3 deletions

View File

@ -72,6 +72,7 @@ export const exportToCanvas = (
renderScrollbars: false,
renderSelection: false,
renderOptimizations: false,
renderGrid: false,
},
);