Skip to content

Instantly share code, notes, and snippets.

@Geri-Borbas
Last active October 26, 2021 10:20
Show Gist options
  • Save Geri-Borbas/e6a5f678547982283aa131cfe89a08a4 to your computer and use it in GitHub Desktop.
Save Geri-Borbas/e6a5f678547982283aa131cfe89a08a4 to your computer and use it in GitHub Desktop.
Filter selection to object name in Figma.
figma.currentPage.selection = figma.currentPage.selection
.filter(eachNode =>
eachNode.name.includes("Text")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment