render pageless grid on pdf exports if pageless is on
This commit is contained in:
parent
4bdbddb3d6
commit
e1f7de0209
9 changed files with 129 additions and 115 deletions
|
@ -69,7 +69,12 @@ const Draft = (props) => {
|
|||
// Bottom in SVG means we need to draw it first
|
||||
const stacks = [
|
||||
<PartInner
|
||||
{...{ part: patternProps.parts[0][props.layoutPart], partName: props.layoutPart, gist }}
|
||||
{...{
|
||||
part: patternProps.parts[0][props.layoutPart],
|
||||
partName: props.layoutPart,
|
||||
gist,
|
||||
skipGrid: true,
|
||||
}}
|
||||
key={props.layoutPart}
|
||||
/>,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue