🐛 Fixed embed setting on Workbench pattern export. Closes #104
This commit is contained in:
parent
6761a31b39
commit
c08fe00961
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ const DraftPattern = props => {
|
|||
|
||||
if (props.svgExport) {
|
||||
svgToFile(
|
||||
new props.Pattern(props.gist.settings)
|
||||
new props.Pattern({
|
||||
...props.gist.settings,
|
||||
embed: false
|
||||
})
|
||||
.use(theme)
|
||||
.draft()
|
||||
.render()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue