-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
issue with click event #116
Comments
I don't understand your question. Can you please make an example on codepen or a similar tool? |
Hello @w8r , thank you for replying , here's the code export default function ImageOverlayRotation({ shape }: ImageOverlayRotationProps) {
} here the code, basically after updating the shape the click event handler is not working . click event is only going to fire when i click on the vertex . |
Sorry that doesn't give me an idea of what environment you are on, besides that this is React. What are you using, |
Hello, i am facing issues with click event , after changing the geometry of the shape and updating the layer click events are not firing and they fire only when i click the vertex of the shape ? how can i make the whole shape clickable ?
The text was updated successfully, but these errors were encountered: