We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug On SVGNode type nodes, link property don't exits, due to this we're not able to access the links added to svg elements.
To Reproduce Steps to reproduce the behavior:
npm create framer-plugin@latest
const selection = useSelection() console.log('selected node is:', selection)
Expected behavior A clear and concise description of what you expected to happen.
property link, linkOpenInNewTab should be available on SVGNode as it's there on other node types like FrameNode, TextNode
Screenshots If applicable, add screenshots to help explain your problem. screenshot showing link, linkOpenInNewTab not present on SVGNode
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On SVGNode type nodes, link property don't exits, due to this we're not able to access the links added to svg elements.
To Reproduce
Steps to reproduce the behavior:
npm create framer-plugin@latest
Expected behavior
A clear and concise description of what you expected to happen.
property link, linkOpenInNewTab should be available on SVGNode as it's there on other node types like FrameNode, TextNode
Screenshots
![Screenshot 2024-12-21 at 7 53 31 PM](https://private-user-images.githubusercontent.com/28626499/397933227-49d25711-f4bb-4bfd-8fdf-aac8fc0fed90.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTk2MTYsIm5iZiI6MTczODg5OTMxNiwicGF0aCI6Ii8yODYyNjQ5OS8zOTc5MzMyMjctNDlkMjU3MTEtZjRiYi00YmZkLThmZGYtYWFjOGZjMGZlZDkwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAzMzUxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU0MjVlNWU4YmJhYmZkYjlmMmZiMmU2MGRkNDMzMzEyNDBkZDc3ZmFlMDRiOTIyZmFiOGQzMTJlNzAwMGU0ZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BZ8i3X34vDCBo50C4VOP4j-5msGEBo6TIklK3hVHCwg)
If applicable, add screenshots to help explain your problem.
screenshot showing link, linkOpenInNewTab not present on SVGNode
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: