How to keep the object being selected after ungroup
Hi experts,
my script like this:
for(var i = 0; i < app.selection.length; i++)
{
if(app.selection.constructor.name == "Group") {
app.selection.ungroup();
}
}
my aim: keep the object being selected after ungroup.
could you someone show me how to.
thanks
regard
John
