From 13dd1cb6b6573ccacf6afe1833dc19be3dacacfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 17 Jan 2022 16:19:15 +0100 Subject: [PATCH] :bug: Disable embed images in export --- frontend/src/app/main/ui/render.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/render.cljs b/frontend/src/app/main/ui/render.cljs index 1114fb417..d7c552c1b 100644 --- a/frontend/src/app/main/ui/render.cljs +++ b/frontend/src/app/main/ui/render.cljs @@ -107,7 +107,7 @@ #(dom/set-page-style {:size (str (mth/ceil width) "px " (mth/ceil height) "px")})) - [:& (mf/provider embed/context) {:value true} + [:& (mf/provider embed/context) {:value false} [:svg {:id "screenshot" :view-box vbox :width width