🐛 Fixed missing paths shorthand declaration in sleeve method
This commit is contained in:
parent
b7f2bdf756
commit
1c7ff10e44
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export default function(part) {
|
||||
let { Path, points, store, options } = part.shorthand();
|
||||
let { Path, paths, points, store, options } = part.shorthand();
|
||||
|
||||
function draftSleeve(part, tweak) {
|
||||
let {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue