Cursors should stay after a code-mod (#113)
* setup to get path to nodes back from ast-mods * fix cursor setting for constraint buttons that use transformSecondarySketchLinesTagFirst * fix cursors for constraints that use transformAstSketchLines
This commit is contained in:
@ -668,7 +668,7 @@ function makeArrayExpression(
|
||||
expression: ArrayExpression
|
||||
lastIndex: number
|
||||
} {
|
||||
// should be called array opening brace '[' index
|
||||
// should be called with index to an array opening brace '['
|
||||
const openingBraceToken = tokens[index]
|
||||
const firstElementToken = nextMeaningfulToken(tokens, index)
|
||||
const { elements, lastIndex } = makeArrayElements(
|
||||
|
Reference in New Issue
Block a user