one last lint fix
This commit is contained in:
parent
3676c7af07
commit
a22a472ccd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const Draft = (props) => {
|
|||
// Pattern topLeft and bottomRight
|
||||
let topLeft = { x: 0, y: 0 }
|
||||
let bottomRight = { x: 0, y: 0 }
|
||||
for (const [pname, part] of Object.entries(patternProps.stacks)) {
|
||||
for (const pname in patternProps.stacks) {
|
||||
if (pname == props.layoutPart && !fitLayoutPart) continue
|
||||
let partLayout = newLayout.stacks[pname]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue