You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello, I want select atoms by clicking on them. I listen to the click events on atoms. With the css class, I could identify atom but hidden carbones aren't displayed. So I can't attach a click event handler.
Describe the solution you'd like
You could display hidden carbones with a transparent . In this case, I could attach a click event handler and create interactivity.
if atom-0 is a hidden carbon I expected a svg like this:
Describe alternatives you've considered
I need to attach the click event to the bond (svg and analyse if the user is close to the hidden carbon to trigger an event like clicking on the ellipsis would.
Thanks
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello, I want select atoms by clicking on them. I listen to the click events on atoms. With the css class, I could identify atom but hidden carbones aren't displayed. So I can't attach a click event handler.
Describe the solution you'd like
You could display hidden carbones with a transparent . In this case, I could attach a click event handler and create interactivity.
if atom-0 is a hidden carbon I expected a svg like this:
instead of:
Describe alternatives you've considered
I need to attach the click event to the bond (svg and analyse if the user is close to the hidden carbon to trigger an event like clicking on the ellipsis would.
Thanks
The text was updated successfully, but these errors were encountered: