Skip to content

Instantly share code, notes, and snippets.

@bomberstudios
Created January 12, 2014 07:31
Show Gist options
  • Save bomberstudios/8381946 to your computer and use it in GitHub Desktop.
Save bomberstudios/8381946 to your computer and use it in GitHub Desktop.
A fix for the dreaded bug in Fireworks CS6, where duplicating a state won't duplicate the symbols (see http://forums.adobe.com/message/5987155)
fw.getDocumentDOM().selectAll();
fw.getDocumentDOM().duplicateFrame(-1, 1, "after current", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment