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:
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 "
|
||||
(mth/ceil height) "px")}))
|
||||
|
||||
[:& (mf/provider embed/context) {:value true}
|
||||
[:& (mf/provider embed/context) {:value false}
|
||||
[:svg {:id "screenshot"
|
||||
:view-box vbox
|
||||
:width width
|
||||
|
|
Loading…
Add table
Reference in a new issue