🐛 Fixed #102 by adding snippets to shorthand call
This commit is contained in:
parent
5c2fda8a0a
commit
90da436ac0
3 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,16 @@
|
|||
export default part => {
|
||||
let { utils, sa, Point, points, paths, complete, paperless, macro, options } = part.shorthand()
|
||||
let {
|
||||
snippets,
|
||||
utils,
|
||||
sa,
|
||||
Point,
|
||||
points,
|
||||
paths,
|
||||
complete,
|
||||
paperless,
|
||||
macro,
|
||||
options
|
||||
} = part.shorthand()
|
||||
|
||||
let width = options.buttonPlacketWidth
|
||||
points.placketTopIn = utils.lineIntersectsCurve(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue