lint fix
This commit is contained in:
parent
9df063ec97
commit
e328d4fa24
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const plugin = {
|
|||
prefix: 'cutonfold',
|
||||
...so,
|
||||
}
|
||||
if (typeof store.cutlist !== undefined) {
|
||||
if (typeof store.cutlist !== 'undefined') {
|
||||
store.cutlist.setCutOnFold(so.from, so.to)
|
||||
if (so.grainline) store.cutlist.setGrain(so.from.angle(so.to))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue