Created
October 26, 2021 10:21
-
-
Save Geri-Borbas/71682cb0ef5b23ba6bfbfa06a4b81bdf to your computer and use it in GitHub Desktop.
Filter selection keeping visible objects only in Figma!
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
figma.currentPage.selection = | |
figma.currentPage.selection | |
.filter(eachNode => | |
eachNode.visible == true | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment