0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

🐛 Disable embed images in export

This commit is contained in:
Andrés Moya 2022-01-17 16:19:15 +01:00 committed by Alonso Torres
parent eb4e7e0f0c
commit 13dd1cb6b6

View file

@ -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