I have a group with 2 objects in it. If I remove() one of the objects, the remaining object is still inside the group. I though illustrator would clean this up automatically, but that's not the case. How do I get rid of the grouping?
To ungroup in scripting you 'move' whatever contents the group has to before the group itself… When there are no items left in the group it disappears…
To ungroup in scripting you 'move' whatever contents the group has to before the group itself… When there are no items left in the group it disappears…