Last active
August 29, 2015 14:07
-
-
Save grefel/c3934933abdaea03e49e to your computer and use it in GitHub Desktop.
Anchor is in overset text or XML #indesignjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Based on Marc Autret Idea http://www.indiscripts.com/post/2011/10/how-to-detect-a-ghost-item | |
var isGhost = (frame.parent instanceof Character) && (!frame.parent.parentTextFrames.length || frame.parent.parent instanceof XmlStory); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment