Skip to content

Instantly share code, notes, and snippets.

@KevinGutowski
Created November 12, 2021 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevinGutowski/1a788dd394f2adfdcf2b51f97682c4bb to your computer and use it in GitHub Desktop.
Save KevinGutowski/1a788dd394f2adfdcf2b51f97682c4bb to your computer and use it in GitHub Desktop.
Hide Connector Nodes
let connectors = figma.currentPage.children.filter(layer=>layer.type=="CONNECTOR")
connectors.forEach(layer=>{layer.visible = false})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment