mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 01:01:30 -05:00
🐛 Disable embed images in export
This commit is contained in:
parent
eb4e7e0f0c
commit
13dd1cb6b6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
#(dom/set-page-style {:size (str (mth/ceil width) "px "
|
#(dom/set-page-style {:size (str (mth/ceil width) "px "
|
||||||
(mth/ceil height) "px")}))
|
(mth/ceil height) "px")}))
|
||||||
|
|
||||||
[:& (mf/provider embed/context) {:value true}
|
[:& (mf/provider embed/context) {:value false}
|
||||||
[:svg {:id "screenshot"
|
[:svg {:id "screenshot"
|
||||||
:view-box vbox
|
:view-box vbox
|
||||||
:width width
|
:width width
|
||||||
|
|
Loading…
Add table
Reference in a new issue