You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*needs som additional data from the outside*/(function(thisObj){fun();function fun(){app.beginUndoGroup("XXX");var curComp = app.project.activeItem; if (!curComp || !(curComp instanceof CompItem)){ alert("noComp"); return; };alert(info);app.endUndoGroup();}})(this);