[BUG] mutate ast to keep comments for pipe split ast-mod (#6128)
* mutate ast to keep comments * remove commented out code * fix case where no comments in split
This commit is contained in:
@ -46,12 +46,5 @@ export function angleLengthInfo({
|
||||
selectionRanges.graphSelections.length <= 1 &&
|
||||
isAllTooltips &&
|
||||
transforms.every(Boolean)
|
||||
console.log(
|
||||
'enabled',
|
||||
enabled,
|
||||
selectionRanges.graphSelections.length,
|
||||
isAllTooltips,
|
||||
transforms.every(Boolean)
|
||||
)
|
||||
return { enabled, transforms }
|
||||
}
|
||||
|
Reference in New Issue
Block a user